Author: rfm
Date: Tue Jul 29 12:12:46 2014
New Revision: 38019

URL: http://svn.gna.org/viewcvs/gnustep?rev=38019&view=rev
Log:
Apply straightforward patches from Yavor

Modified:
    tools/make/trunk/ChangeLog
    tools/make/trunk/Documentation/GNUstep.7
    tools/make/trunk/Documentation/debugapp.1
    tools/make/trunk/GNUmakefile.in
    tools/make/trunk/common.make

Modified: tools/make/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/ChangeLog?rev=38019&r1=38018&r2=38019&view=diff
==============================================================================
--- tools/make/trunk/ChangeLog  (original)
+++ tools/make/trunk/ChangeLog  Tue Jul 29 12:12:46 2014
@@ -1,3 +1,15 @@
+2014-06-29  Nicolas Boulenguez  <[email protected]>  (tiny change)
+
+       * common.make (INTERNAL_CFLAGS): Do not ignore user-specified
+          CFLAGS.
+
+2014-06-29  Yavor Doganov  <[email protected]>
+
+       * Documentation/GNUstep.7:
+       * Documentation/debugapp.1: Typo fix.
+       * Documentation/gnustep-tests.1: New.
+       * GNUmakefile.in (install, uninstall): Handle gnustep-tests.1.
+
 2014-06-07  Ivan Vucica <[email protected]>
 
        * Master/deb.make: Now adding gnustep-make dependency to the

Modified: tools/make/trunk/Documentation/GNUstep.7
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Documentation/GNUstep.7?rev=38019&r1=38018&r2=38019&view=diff
==============================================================================
--- tools/make/trunk/Documentation/GNUstep.7    (original)
+++ tools/make/trunk/Documentation/GNUstep.7    Tue Jul 29 12:12:46 2014
@@ -123,7 +123,9 @@
 
 .SS DEVELOPER APPLICATIONS
 .P
-What would a development environment be without the applications to create 
applications? The applications provided by GNUstep for Rapid Application 
Developement are:
+What would a development environment be without the applications to
+create applications? The applications provided by GNUstep for Rapid
+Application Development are:
 .TP
 GORM
 .B GORM

Modified: tools/make/trunk/Documentation/debugapp.1
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Documentation/debugapp.1?rev=38019&r1=38018&r2=38019&view=diff
==============================================================================
--- tools/make/trunk/Documentation/debugapp.1   (original)
+++ tools/make/trunk/Documentation/debugapp.1   Tue Jul 29 12:12:46 2014
@@ -21,7 +21,7 @@
 .B \-\-gdb=
 option or through the
 .B GDB
-enviroment variable.
+environment variable.
 .P
 The
 .I arguments

Modified: tools/make/trunk/GNUmakefile.in
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/GNUmakefile.in?rev=38019&r1=38018&r2=38019&view=diff
==============================================================================
--- tools/make/trunk/GNUmakefile.in     (original)
+++ tools/make/trunk/GNUmakefile.in     Tue Jul 29 12:12:46 2014
@@ -261,6 +261,8 @@
          which gzip > /dev/null 2>&1 && rm -f "$(mandir)/man1/debugapp.1.gz" 
&& gzip -9 "$(mandir)/man1/debugapp.1"; \
          $(INSTALL_DATA) "$(srcdir)/Documentation/gnustep-config.1" 
"$(mandir)/man1"; \
          which gzip > /dev/null 2>&1 && rm -f 
"$(mandir)/man1/gnustep-config.1.gz" && gzip -9 
"$(mandir)/man1/gnustep-config.1"; \
+         $(INSTALL_DATA) "$(srcdir)/Documentation/gnustep-tests.1" 
"$(mandir)/man1"; \
+         which gzip > /dev/null 2>&1 && rm -f 
"$(mandir)/man1/gnustep-tests.1.gz" && gzip -9 
"$(mandir)/man1/gnustep-tests.1"; \
          $(INSTALL_DATA) "$(srcdir)/Documentation/openapp.1" "$(mandir)/man1"; 
\
          which gzip > /dev/null 2>&1 && rm -f "$(mandir)/man1/openapp.1.gz" && 
gzip -9 "$(mandir)/man1/openapp.1"; \
          $(INSTALL_DATA) "$(srcdir)/Documentation/opentool.1" 
"$(mandir)/man1"; \
@@ -283,6 +285,7 @@
 uninstall:
        rm -f "$(mandir)/man1/debugapp.1" "$(mandir)/man1/debugapp.1.gz"; \
        rm -f "$(mandir)/man1/gnustep-config.1" 
"$(mandir)/man1/gnustep-config.1.gz"; \
+       rm -f "$(mandir)/man1/gnustep-tests.1" 
"$(mandir)/man1/gnustep-tests.1.gz"; \
        rm -f "$(mandir)/man1/openapp.1" "$(mandir)/man1/openapp.1.gz"; \
        rm -f "$(mandir)/man1/opentool.1" "$(mandir)/man1/opentool.1.gz"; \
        rm -f "$(mandir)/man7/GNUstep.7" "$(mandir)/man7/GNUstep.7.gz"; \

Modified: tools/make/trunk/common.make
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/common.make?rev=38019&r1=38018&r2=38019&view=diff
==============================================================================
--- tools/make/trunk/common.make        (original)
+++ tools/make/trunk/common.make        Tue Jul 29 12:12:46 2014
@@ -732,7 +732,7 @@
 
 INTERNAL_OBJCFLAGS += $(ADDITIONAL_FLAGS) $(OPTFLAG) $(OBJCFLAGS) \
                        $(RUNTIME_FLAG)
-INTERNAL_CFLAGS += $(ADDITIONAL_FLAGS) $(OPTFLAG)
+INTERNAL_CFLAGS += $(ADDITIONAL_FLAGS) $(OPTFLAG) $(CFLAGS)
 
 #
 # Support building of Multiple Architecture Binaries (MAB). The object files


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to