From e9dbfdc623101442370d51525e8cdbe3867eab02 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 26 Sep 2014 12:07:06 +0100 Subject: Add back missing comments to build-essential chunk morphs These will have been lost in the automated chunks-in-definitions transition. --- strata/build-essential/eglibc.morph | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'strata/build-essential/eglibc.morph') diff --git a/strata/build-essential/eglibc.morph b/strata/build-essential/eglibc.morph index 6f781a53..cc827ef9 100644 --- a/strata/build-essential/eglibc.morph +++ b/strata/build-essential/eglibc.morph @@ -38,7 +38,10 @@ products: - .* configure-commands: - mkdir o + +# Necessary for ARM port - cd libc && ln -s ../ports ports + - | export CFLAGS="-O2 $CFLAGS"; cd o && ../libc/configure \ @@ -49,8 +52,10 @@ configure-commands: --enable-add-ons=nptl,ports \ --without-cvs \ --without-selinux + build-commands: - cd o && make localtime=UTC + install-commands: - cd o && make install_root="$DESTDIR" localtime=UTC install - mkdir -p "$DESTDIR/etc" -- cgit v1.2.1