summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-11-23 19:17:42 +0000
committerrandomdan <randomdan@localhost>2010-11-23 19:17:42 +0000
commit8515f51a6d2d6d9b9f1fdb607459f3b342384ac9 (patch)
tree8052e0cc690559e56ed241e7d2c21f6c5b299255
parentCreate opening-host-unique IDs for directories and files suitable for global ... (diff)
downloadnetfs-8515f51a6d2d6d9b9f1fdb607459f3b342384ac9.tar.bz2
netfs-8515f51a6d2d6d9b9f1fdb607459f3b342384ac9.tar.xz
netfs-8515f51a6d2d6d9b9f1fdb607459f3b342384ac9.zip
Tidy up jam stuff
-rw-r--r--Jamroot.jam3
-rw-r--r--netfs/Jamfile.jam1
2 files changed, 3 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index e69de29..1bf5f1c 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -0,0 +1,3 @@
+using gcc ;
+
+alias all : project2 netfs ;
diff --git a/netfs/Jamfile.jam b/netfs/Jamfile.jam
index 7dfe83e..c52236b 100644
--- a/netfs/Jamfile.jam
+++ b/netfs/Jamfile.jam
@@ -1,4 +1,3 @@
-using gcc ;
import package ;
import type : register ;
import generators : register-standard ;