1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

oops, ENVIRONMENT -> BUILDENV in comments

This commit is contained in:
Dan McGee 2007-02-04 18:31:39 +00:00
parent b1cc72ebb3
commit 2f23b69af8

View File

@ -31,7 +31,7 @@ CXXFLAGS="-@MARCHFLAG@=@CARCHFLAGS@ -O2 -pipe"
# BUILD ENVIRONMENT
#########################################################################
#
# Defaults: ENVIRONMENT=(!fakeroot !distcc color !ccache)
# Defaults: BUILDENV=(!fakeroot !distcc color !ccache)
#
#-- fakeroot: Allow building packages as a non-root user
#-- distcc: Use the Distributed C/C++/ObjC compiler