defs.mk, rpmdist.mk: Remove CURRENT_RPM_SRC on clean

This commit is contained in:
Jan Lindemann 2008-05-22 19:42:35 +00:00 committed by Jan Lindemann
commit 1c1f892004
2 changed files with 3 additions and 2 deletions

View file

@ -25,6 +25,7 @@ FLAVOUR_PATH_SUFFIX ?= /win32
endif
PROJECT ?= $(patsubst $(FLAVOUR_PREFIX)%,%,$(notdir $(shell cd $(TOPDIR); pwd | sed 's/.*\///; s/-[0-9].*//')))
PROJECT_SHORT_NAME ?= $(PROJECT)
PROJECT_CAPNAME = $(shell echo $(PROJECT) | tr [a-z] [A-Z] | sed 's/-/_/g')
PROJECT_DESCR ?= No description
CUSTOMER ?= jannet
@ -204,7 +205,7 @@ INSTALLED_CFG ?= $(addprefix $(INSTALL_CFGDIR)/,$(wildcard *.conf))
# -- SYSCFG
SYSCFG_FILES += $(basename $(wildcard *.sysconf))
BUILD_SYSCFG = $(TOPDIR)/conf
INSTALL_SYSCFGDIR = $(SYSCFG_DIR)
INSTALL_SYSCFGDIR ?= $(SYSCFG_DIR)
INSTALLED_SYSCFG ?= $(addprefix $(INSTALL_SYSCFGDIR)/,$(SYSCFG_FILES))
# -- HDR