gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1802: print broken/wrong-arch message


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1802: print broken/wrong-arch messages before configure, not pre-everything
Date: Mon, 28 Jan 2013 22:43:28 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1802
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-01-28 22:43:28 +0100
message:
  print broken/wrong-arch messages before configure, not pre-everything
modified:
  gar.lib/broken.mk
  gar.lib/wrong_arch.mk
=== modified file 'gar.lib/broken.mk'
--- a/gar.lib/broken.mk 2013-01-20 15:19:08 +0000
+++ b/gar.lib/broken.mk 2013-01-28 21:43:28 +0000
@@ -1,6 +1,6 @@
 include ../../gar.mk
 
-pre-everything:
+pre-configure:
        @echo -e "[$(ERR)pre-everything$(OFF)] $(MSG)$(GARNAME) is known not to 
build \
 correctly on some systems.$(OFF)" 
        @echo -e "See TODO for more information."

=== modified file 'gar.lib/wrong_arch.mk'
--- a/gar.lib/wrong_arch.mk     2013-01-20 15:19:08 +0000
+++ b/gar.lib/wrong_arch.mk     2013-01-28 21:43:28 +0000
@@ -1,6 +1,6 @@
 include ../../gar.mk
 
-pre-everything:
+pre-configure:
        @echo -e "[$(ERR)pre-everything$(OFF)] $(MSG)$(GARNAME) does not 
support \
 your CPU architecture ($(GARARCH)).$(OFF)" 
        @echo


reply via email to

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