diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-31 00:45:32 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-31 00:45:32 -0300 |
commit | 925a12a43c2d8cda9f6c0d7e265c54694d5bc1fe (patch) | |
tree | ec16216fc7d336e99633432da7d19792a4d18ffa /pcr/htmldoc/useful-build-info.patch | |
parent | 9a6d5dbc2102a9ee803539a64fbd81fa634ba31b (diff) | |
parent | d4e56a4f98655a6e0cad3e0c6a91bdd9b5edc2d1 (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/htmldoc/useful-build-info.patch')
-rw-r--r-- | pcr/htmldoc/useful-build-info.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pcr/htmldoc/useful-build-info.patch b/pcr/htmldoc/useful-build-info.patch new file mode 100644 index 000000000..a6e33d1ef --- /dev/null +++ b/pcr/htmldoc/useful-build-info.patch @@ -0,0 +1,25 @@ +Description: Build system patch + This patch makes the build system print useful information in case of + a build failure. +Author: Jeff Licquia <licquia@debian.org> +Forwarded: not-needed +Last-Update: 2011-02-20 + +Index: htmldoc-1.8.27/Makedefs.in +=================================================================== +--- htmldoc-1.8.27.orig/Makedefs.in 2011-02-20 12:18:13.000000000 -0500 ++++ htmldoc-1.8.27/Makedefs.in 2011-02-20 12:18:33.000000000 -0500 +@@ -81,13 +81,10 @@ + # Rules... + # + +-.SILENT: + .SUFFIXES: .a .c .cxx .h .o + .c.o: +- echo Compiling $<... + $(CC) $(CFLAGS) -c $< + .cxx.o: +- echo Compiling $<... + $(CXX) $(CXXFLAGS) -c $< + + # |