ebuild.sh to make.globals (bug #214499).
svn path=/main/trunk/; revision=9511
export DIROPTIONS="-m0755"
export MOPREFIX=${PN}
-# When compiler flags are unset, many packages will substitute their own
-# implicit flags. For uniformity, use an empty string as the default.
-[ "${CFLAGS-unset}" == "unset" ] && export CFLAGS=""
-[ "${CXXFLAGS-unset}" == "unset" ] && export CXXFLAGS=""
-[ "${LDFLAGS-unset}" == "unset" ] && export LDFLAGS=""
-
check_KV() {
if [ -z "${KV}" ]; then
eerror ""
# ** USE, CONFIG_*, and FEATURES are incremental **
# ***************************************************
+# When compiler flags are unset, many packages will substitute their own
+# implicit flags. For uniformity, use an empty string as the default.
+CFLAGS=""
+CXXFLAGS=""
+LDFLAGS=""
# Default rsync mirror
SYNC="rsync://rsync.gentoo.org/gentoo-portage"