comparison config @ 709:64cc63ad26ce

Add BUILD_VERBOSE config option.
author Rob Landley <rob@landley.net>
date Wed, 08 Apr 2009 19:31:55 -0500
parents aad5da0c7454
children 20ba34b54140
comparison
equal deleted inserted replaced
708:a0db930af698 709:64cc63ad26ce
103 # new tarball. This is insanely ugly and a layering violation, but building 103 # new tarball. This is insanely ugly and a layering violation, but building
104 # uClibc++ in the cross compiler stage is actually worse. Compromise by 104 # uClibc++ in the cross compiler stage is actually worse. Compromise by
105 # making it a config option. 105 # making it a config option.
106 106
107 # export NATIVE_RETROFIT_CXX=1 107 # export NATIVE_RETROFIT_CXX=1
108
109 # Tell the linux kernel, uClibc, and busybox to show the actual build commands
110 # instead of pretty-print output.
111
112 # export BUILD_VERBOSE=1