mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Makefile: Remove pkgconfig subdir on clean target
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
55fa0eaec5
commit
37c61db8a5
1 changed files with 8 additions and 2 deletions
10
Makefile
10
Makefile
|
|
@ -1,7 +1,13 @@
|
||||||
TOPDIR = .
|
TOPDIR = .
|
||||||
SUBDIRS = make scripts bin texdoc
|
SUBDIRS = make scripts bin texdoc
|
||||||
RPM_UPLOAD_URLPREFIX ?= rsync_ssh://$(JANWARE_USER)@ftp.janware.com:/srv/ftp/pub/packages/jw-foss/$(RPM_UPLOAD_OS_NAME)/$(RPM_UPLOAD_OS_VERSION)
|
RPM_UPLOAD_URLPREFIX ?= rsync_ssh://$(JANWARE_USER)@ftp.janware.com:/srv/ftp/pub/packages/jw-foss/$(RPM_UPLOAD_OS_NAME)/$(RPM_UPLOAD_OS_VERSION)
|
||||||
|
|
||||||
include $(TOPDIR)/make/proj.mk
|
include $(TOPDIR)/make/proj.mk
|
||||||
include $(MODDIR)/make/topdir.mk
|
include $(MODDIR)/make/topdir.mk
|
||||||
|
|
||||||
|
all:
|
||||||
|
clean: clean.pkgconfig
|
||||||
|
|
||||||
|
clean.pkgconfig:
|
||||||
|
rm -rf pkgconfig
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue