The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > BSD
.
google unix.com




Thread: make.conf
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-30-2009
uiop44 uiop44 is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 19
make.conf

Is there a way to tell make to always accept the default flags?

The default behaviour after issuing "make install clean" is a "sysinstall" style blue window where the user can check and uncheck flags.

One way is to write all the flag options and values in make.conf prior to installation. I guess I could write a script that extracts the default flags from each Makefile and adds them to make.conf. But is there another, simpler way?