forked from GitHub/gf-core
Do autoconf in src dir when making dist
This commit is contained in:
@@ -100,7 +100,7 @@ tracing:
|
|||||||
dist:
|
dist:
|
||||||
mkdir $(DIST_DIR)
|
mkdir $(DIST_DIR)
|
||||||
cvs export -d $(DIST_DIR) -rHEAD GF2.0
|
cvs export -d $(DIST_DIR) -rHEAD GF2.0
|
||||||
cd $(DIST_DIR) && autoconf && rm -rf autom4te.cache
|
cd $(DIST_DIR)/src && autoconf && rm -rf autom4te.cache
|
||||||
find $(DIST_DIR) -name .cvsignore -exec rm -f {} ';'
|
find $(DIST_DIR) -name .cvsignore -exec rm -f {} ';'
|
||||||
tar -zcf $(DIST_DIR).tar.gz $(DIST_DIR)
|
tar -zcf $(DIST_DIR).tar.gz $(DIST_DIR)
|
||||||
zip -r $(DIST_DIR).zip $(DIST_DIR)
|
zip -r $(DIST_DIR).zip $(DIST_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user