bugGNUstep - Bugs: bug #38502, gnustep-config: call make with...

Group
 
 

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

Submitter:  Jeroen Dekkers <jeroen>
Submitted:  Mon 11 Mar 2013 05:07:02 PM UTC
   
 
Category:  Makefiles Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 10 Jan 2014 04:08:16 PM UTC, comment #1: 

Thanks for that patch … I finally got it into trunk (sorry it didn't make it into the latest bugfix release, but it should be in the next one).

Richard Frith-Macdonald <CaS>
Group Member
Mon 11 Mar 2013 05:07:02 PM UTC, original submission:  

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.

Jeroen Dekkers <jeroen>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #27597:  gnustep-config.patch added by jeroen (2KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by CaS (Posted a comment)
  • -email is unavailable- added by jeroen (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-01-10 CaS StatusNone Fixed
        Open/ClosedOpen Closed
    2013-03-11 jeroen Attached File- Added gnustep-config.patch, #27597

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code