This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "theslinux-buildsystem".

The branch, _utils has been updated
       via  36d364dd43716908f42576e8a5520ea1e7d5e707 (commit)
      from  a9565f00cab987cd7b18a1a6347bce35d5e27a42 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 36d364dd43716908f42576e8a5520ea1e7d5e707
Author: Ky-Anh Huynh <ky...@theslinux.org>
Date:   Tue Nov 25 18:14:04 2014 +0700

    Move #run2.sh to lib/preamble.txt

-----------------------------------------------------------------------

Summary of changes:
 _utils/Makefile                      |    2 +-
 _utils/bin/compile.sh                |    2 +-
 _utils/{run2.sh => lib/preamble.txt} |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
 rename _utils/{run2.sh => lib/preamble.txt} (99%)

diff --git a/_utils/Makefile b/_utils/Makefile
index e9b095e..4d083ab 100644
--- a/_utils/Makefile
+++ b/_utils/Makefile
@@ -16,7 +16,7 @@ install: run.sh.out
                ln -sv /usr/bin/s-run /usr/bin/$$P ; \
        done
 
-run.sh.out: run2.sh ./bin/compile.sh ./lib/*.sh
+run.sh.out: ./bin/compile.sh ./lib/*.sh ./lib/*.txt
        @echo >&2 ":: Generating $(@)..."
        @./bin/compile.sh > $(@)
        @bash -n $(@)
diff --git a/_utils/bin/compile.sh b/_utils/bin/compile.sh
index 57c06f5..2c0976d 100755
--- a/_utils/bin/compile.sh
+++ b/_utils/bin/compile.sh
@@ -26,7 +26,7 @@ set -u
 unset GREP_OPTIONS \
 || { echo >&2 "Unable to unset 'GREP_OPTIONS'"; exit 1; }
 
-cat run2.sh
+cat lib/preamble.txt
 for f in ./lib/*.sh; do
   if [[ "${f##*/}" == "zz_main.sh" ]]; then
     echo ""
diff --git a/_utils/run2.sh b/_utils/lib/preamble.txt
similarity index 99%
rename from _utils/run2.sh
rename to _utils/lib/preamble.txt
index 48069c4..c69d822 100644
--- a/_utils/run2.sh
+++ b/_utils/lib/preamble.txt
@@ -14,3 +14,4 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#


hooks/post-receive
-- 
theslinux-buildsystem

--
To unsubscribe from the list phantom@lists.theslinux.org,
please send an email to ecar...@lists.theslinux.org with subject
  unsubscribe phantom

To get basic commands to use Ecartis system, use subject 'help'.

Reply via email to