diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-30 15:07:25 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-30 15:07:25 (EDT) |
commit | 15fb90d5c2fa437755003b5f5dfb1436b4ca322d (patch) | |
tree | ac2b5b5f017efb606b2949b9a50a41cfe2fee0e6 | |
parent | b22b386b41d3013807b07c6caff0a2404bf80ede (diff) |
build: Make a build stamp.
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ build: oh-autoconfigure -s src/gettext-runtime -B src/gettext-runtime -- \ --enable-threads --disable-java oh-autobuild -s src/gettext-runtime -B src/gettext-runtime + touch $@ install: build oh-autoinstall -s src/gettext-runtime -B src/gettext-runtime |