gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r5779: ninja improvement?


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5779: ninja improvement?
Date: Wed, 1 Aug 2018 12:17:39 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5779
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2018-08-01 09:17:34 -0700
message:
  ninja improvement?
modified:
  gar/gar.lib/mesonninja.mk      mesonninja.mk-20171030065946-2eocvxzl13nbloqy-1
=== modified file 'gar/gar.lib/mesonninja.mk'
--- a/gar/gar.lib/mesonninja.mk 2018-02-05 04:28:51 +0000
+++ b/gar/gar.lib/mesonninja.mk 2018-08-01 16:17:34 +0000
@@ -1,3 +1,20 @@
+# mesonninja.mk ---  operations for meson and ninja
+
+# Copyright (C) 2017 Carl Hansen <address@hidden>
+
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 3
+# of the License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
 
 # still being experimented with, nothing's perfect
 # why it NEEDS this, I do not know:
@@ -56,6 +73,6 @@
        @echo ----------------------------------------------
        @echo  $(WORKOBJ)   ninja -v install  
        @echo ----------install ninja -v ----------------------------
-       (cd $(WORKOBJ) ;  LC_ALL=$(LOCALLOCALE)  ninja -v install ) 
+       (cd $(WORKOBJ) &&  LC_ALL=$(LOCALLOCALE)  ninja -v install ) 
        $(MAKECOOKIE)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]