1
0
forked from GitHub/gf-core

Added snapshot target

This commit is contained in:
bringert
2005-03-11 14:04:03 +00:00
parent e8d082fb82
commit 1507a4afcd

View File

@@ -26,6 +26,8 @@ NOT_IN_DIST= \
BIN_DIST_DIR=$(DIST_DIR)-$(host)
SNAPSHOT_DIR=GF-$(shell date +%Y%m%d)
all: unix gfdoc jar
temp: today noopt
@@ -139,6 +141,9 @@ dist:
rpm: dist
rpmbuild -ta $(DIST_DIR).tgz
snapshot: DIST_DIR=$(SNAPSHOT_DIR)
snapshot: dist
binary-dist:
rm -rf $(BIN_DIST_DIR)
mkdir $(BIN_DIST_DIR)