mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 06:40:39 +01:00
rpmdist.mk: Remove everything below $(DIST_SRC_DIR) before starting to copy
This commit is contained in:
parent
19be9fb17a
commit
6131deb925
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ src-dir.dist:
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
cpfiles.dist: src-dir.dist
|
cpfiles.dist: src-dir.dist
|
||||||
|
rm -rf $(DIST_SRC_DIR)/*
|
||||||
$(cvs_files) | grep -v VERSION | cpio -o -H newc | ( cd $(DIST_SRC_DIR); cpio --make-directories -i)
|
$(cvs_files) | grep -v VERSION | cpio -o -H newc | ( cd $(DIST_SRC_DIR); cpio --make-directories -i)
|
||||||
sh $(MKSPEC_SH) -V $(RPM_VERSION) -S $(notdir $(PCKG_TAR)) -N $(RPM_PROJECT) \
|
sh $(MKSPEC_SH) -V $(RPM_VERSION) -S $(notdir $(PCKG_TAR)) -N $(RPM_PROJECT) \
|
||||||
-R "$(RPM_REQUIRES_RUN)" \
|
-R "$(RPM_REQUIRES_RUN)" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue