diff options
Diffstat (limited to 'modules/posix-shell')
-rw-r--r-- | modules/posix-shell | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/modules/posix-shell b/modules/posix-shell index e88dccc72f..59fce0e4cd 100644 --- a/modules/posix-shell +++ b/modules/posix-shell @@ -13,13 +13,14 @@ AC_PROG_MKDIR_P Makefile.am: ##Sample usage of posix-shell module: #script: script.in -# rm -f $@-t $@ -#@NMD@ $(MKDIR_P) '%reldir%' -# sed -e 's#@''PREFERABLY_POSIX_SHELL''@#$(PREFERABLY_POSIX_SHELL)#g' \ +# $(AM_V_GEN) +#@NMD@ $(AM_V_at)$(MKDIR_P) '%reldir%' +# $(AM_V_at)sed \ +# -e 's#@''PREFERABLY_POSIX_SHELL''@#$(PREFERABLY_POSIX_SHELL)#g' \ # -e 's#@''POSIX_SHELL''@#$(POSIX_SHELL)#g' \ # -e $(srcdir)/$@.in > $@-t -# chmod a+x $@-t -# mv $@-t $@ +# $(AM_V_at)chmod a+x $@-t +# $(AM_V_at)mv $@-t $@ #EXTRA_DIST += script.in #MOSTLYCLEANFILES += script script-t |