Bug 1168 - Makefile verbosity
Summary: Makefile verbosity
Status: ASSIGNED
Alias: None
Product: BpmDj - old linux tools
Classification: Unclassified
Component: packaging (show other bugs)
Version: 4.1
Hardware: PC Linux
: Future enhancement
Assignee: Werner Van Belle
URL:
Depends on:
Blocks:
 
Reported: 2009-12-08 20:30 CET by Werner Van Belle
Modified: 2009-12-08 20:31 CET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Werner Van Belle 2009-12-08 20:31:41 CET
so I would prefer a call to make like
make libdir=/usr/lib bindir=/usr/bin datadir=/usr/share/data 
arch={32,64,ppc,...} verbose={1,0}
Description Werner Van Belle 2009-12-08 20:30:17 CET
An optin to the makefile to make it verbose, this can often safe time to 
find out whats going wrong (missing includes, wrong libs linked etc) and add 
a option for 64bit build (==> results in BITS=xx entry in defines)