Upgrades to packages
[hvlinux.git] / stage3 / cis-emacs
index 47d714c..06639b4 100755 (executable)
@@ -9,9 +9,6 @@ source ../packages-list
 # Applying patches (if any)
 apply_patches ${1} &&
 
-# Saves CFLAGS and CXXFLAGS, and clears them.
-save_flags_no_optimizations &&
-
 olddir=$(pwd) &&
 
 cd ${LFS_TMP}/${1}-build &&
@@ -23,9 +20,6 @@ make bootstrap &&
 make install &&
 ldconfig &&
 
-# Restore original CFLAGS and CXXFLAGS values.
-restore_flags &&
-
 cat > /etc/skel/.emacs << "EOF" &&
 ;; ~/.emacs
 
@@ -66,9 +60,5 @@ cat > /etc/skel/.emacs << "EOF" &&
 (setq compilation-scroll-output t)
 EOF
 
-# This is to remove a warning in WindowMaker when emacs is started.
-cp ${olddir}/resources/ColorGNU.xpm /usr/share/pixmaps &&
-chmod 644 /usr/share/pixmaps/ColorGNU.xpm
-
 # Return last error
 exit $?