Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[bug #38502] gnustep-config: call make with --no-print-directory

1 view
Skip to first unread message

Jeroen Dekkers

unread,
Mar 11, 2013, 1:07:04 PM3/11/13
to Jeroen Dekkers, bug-g...@gnu.org
URL:
<http://savannah.gnu.org/bugs/?38502>

Summary: gnustep-config: call make with --no-print-directory
Project: GNUstep
Submitted by: jeroen
Submitted on: Mon 11 Mar 2013 06:07:02 PM CET
Category: Makefiles
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any

_______________________________________________________

Details:

The attachd patch adds --no-print-directory to invocations of make in
gnustep-config. I ran into the problem that gnustep-config was called from a
submake and make invokes submakes with "-w" and MAKEFLAGS is set to "w". In
that case gnustep-config will also print the entering/leaving directory
messages:


runge:~% export MAKEFLAGS=w
runge:~% gnustep-config --base-libs
make: Entering directory `/home/jeroen'
-rdynamic -pthread -shared-libgcc -fexceptions -fgnu-runtime
-L/home/jeroen/GNUstep/Library/Libraries -L/usr/local/lib -L/usr/lib
-lgnustep-base -lobjc -lm
make: Leaving directory `/home/jeroen'
runge:~%


When we call make with --no-print-directory this doesn't happen.



_______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 11 Mar 2013 06:07:02 PM CET Name: gnustep-config.patch Size: 2kB
By: jeroen

<http://savannah.gnu.org/bugs/download.php?file_id=27597>

_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?38502>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/


0 new messages