Author: alexander
Date: 2005-12-07 07:54:23 -0700 (Wed, 07 Dec 2005)
New Revision: 1248

Modified:
   trunk/packages/XML-Parser/Makefile
   trunk/packages/sudo/Makefile
Log:
Cleaned up XML-Parser Makefile
Worked around sudo build failure by clearing the environment.


Modified: trunk/packages/XML-Parser/Makefile
===================================================================
--- trunk/packages/XML-Parser/Makefile  2005-12-07 10:00:49 UTC (rev 1247)
+++ trunk/packages/XML-Parser/Makefile  2005-12-07 14:54:23 UTC (rev 1248)
@@ -16,7 +16,7 @@
        chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
-stage2: Makefile $(FILE) $(PATCH1)
+stage2: Makefile $(FILE)
        $(std_build)
 
 compile-stage2:

Modified: trunk/packages/sudo/Makefile
===================================================================
--- trunk/packages/sudo/Makefile        2005-12-07 10:00:49 UTC (rev 1247)
+++ trunk/packages/sudo/Makefile        2005-12-07 14:54:23 UTC (rev 1248)
@@ -23,7 +23,7 @@
        ./configure --prefix=/usr --libexecdir=/usr/lib \
         --enable-noargs-shell --with-ignore-dot --with-all-insults
        make
-       make install
+       env -i PATH=$$PATH make install
 
 clean:
        -rm -rf $(DIR)

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to