From: John Darrington Date: Wed, 27 Oct 2010 12:58:02 +0000 (+0200) Subject: Smake: Add a rule to update the gl directory without doing all the other stuff X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=944f383430e291f13aa73ab48ea736c96b944ef7 Smake: Add a rule to update the gl directory without doing all the other stuff --- diff --git a/Smake b/Smake index 3ca1187520..7855ce1e98 100644 --- a/Smake +++ b/Smake @@ -104,6 +104,13 @@ all: autoheader automake --add-missing --copy --no-force +gnulib: + $(GNULIB_TOOL) --add-import --no-changelog --m4-base=gl/m4 \ + --source-base=gl --lib=libgl --tests-base=tests \ + --doc-base=gl/doc --aux-dir=build-aux --import \ + --libtool $(GNULIB_MODULES) + + gettextize: test -d m4 || mkdir m4 touch m4/Makefile.am