mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
VERSION, rpmdist.mk: Invoke configure if present
This commit is contained in:
parent
51fd3ec4f1
commit
2ffaf0d8e6
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.1.0-11-dev
|
||||
1.1.0-12-dev
|
||||
|
|
|
|||
|
|
@ -90,9 +90,9 @@ $(DIST_PCKG_DIR)/$(PCKG_RPM_RUN_I386) $(DIST_PCKG_DIR)/$(PCKG_RPM_DEVEL_I386): $
|
|||
$(DIST_PCKG_DIR)/CURRENT_%: $(TOPDIR)/VERSION
|
||||
echo $(CURRENT_$*) > $@
|
||||
|
||||
|
||||
build.dist: $(DIST_FILES)
|
||||
|
||||
upload.dist:
|
||||
if [ -f configure -o -f configure.ac -o -f configure.ac.tmpl ]; then make config; fi
|
||||
make $(REMOTE_TARGETS)
|
||||
touch $@.done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue