gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1627: create dummy makefiles to handl


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1627: create dummy makefiles to handle broken builds
Date: Sun, 20 Jan 2013 16:19:08 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1627
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2013-01-20 16:19:08 +0100
message:
  create dummy makefiles to handle broken builds
added:
  gar.lib/broken.mk
  gar.lib/wrong_arch.mk
modified:
  ChangeLog
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-01-06 16:01:55 +0000
+++ b/ChangeLog 2013-01-20 15:19:08 +0000
@@ -1,3 +1,11 @@
+2013-01-20  Brandon Invergo  <address@hidden>
+
+       * gar.lib/wrong_arch.mk: Create dummy makefile to print a message
+       for packages which don't support the user's CPU architecture
+
+       * gar.lib/broken.mk: Create dummy makefile to print a message for
+       broken packages
+
 2013-01-06  Brandon Invergo  <address@hidden>
 
        * configure.ac: (AC_CONFIG_FILES): Move `gsrc' to the front and

=== added file 'gar.lib/broken.mk'
--- a/gar.lib/broken.mk 1970-01-01 00:00:00 +0000
+++ b/gar.lib/broken.mk 2013-01-20 15:19:08 +0000
@@ -0,0 +1,13 @@
+include ../../gar.mk
+
+pre-everything:
+       @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."
+       @echo -e "If you would like to try building it anyway, use the \
+'FORCE_BUILD=y' option."
+       @echo -e "If the build succeeds or if you find a process to fix it, \
+please send an"
+       @echo -e "email with a patch to address@hidden"
+       @echo
+       @exit 1

=== added file 'gar.lib/wrong_arch.mk'
--- a/gar.lib/wrong_arch.mk     1970-01-01 00:00:00 +0000
+++ b/gar.lib/wrong_arch.mk     2013-01-20 15:19:08 +0000
@@ -0,0 +1,7 @@
+include ../../gar.mk
+
+pre-everything:
+       @echo -e "[$(ERR)pre-everything$(OFF)] $(MSG)$(GARNAME) does not 
support \
+your CPU architecture ($(GARARCH)).$(OFF)" 
+       @echo
+       @exit 1


reply via email to

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