From 3c306f6b22883f8462efa26315770fdfc7369964 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 27 May 2013 09:55:16 -0400 Subject: flesh out the header added to common.sh --- src/devtools/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/devtools/Makefile') diff --git a/src/devtools/Makefile b/src/devtools/Makefile index 18f1518..e0a7386 100644 --- a/src/devtools/Makefile +++ b/src/devtools/Makefile @@ -16,7 +16,7 @@ sysconfdir=/etc docdir=$(datarootdir)/doc -################################################################################ +###################################################################### pkglibexecdir=$(libexecdir)/libretools @@ -67,14 +67,13 @@ indent = emacs --batch $1 \ @$(edit) <"$<" >"$@" @chmod 755 "$@" -lib/common.sh: %: %.in Makefile +lib/common.sh: %: %.in %.top Makefile @echo "GEN $@" @{ \ - echo '#!/bin/bash -euE' && \ - echo '#!/bin/bash' && \ + cat "$*.top" && \ echo 'if [[ -z $${_INCLUDE_COMMON_SH:-} ]]; then' && \ echo '_INCLUDE_COMMON_SH=true' && \ - cat "$<" && \ + cat "$*.in" && \ echo 'fi'; } > "$@" lib/makechrootpkg.sh.ugly: %.ugly: %.in %.patch Makefile -- cgit v1.2.3-54-g00ecf