diff options
| author | bringert <unknown> | 2005-03-11 14:04:03 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-03-11 14:04:03 +0000 |
| commit | 1507a4afcd2b0b16d1171a5718c8e537387cb548 (patch) | |
| tree | 9418bc3022557b9f2089c2606fa67efc37fc2aee /src | |
| parent | e8d082fb82f7912bc51ea8e2b3d9430e24388f3b (diff) | |
Added snapshot target
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 5799f86ca..30eb2dd9b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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) |
