# HG changeset patch # User Matthew Sheets # Date 1251585372 0 # Node ID 7c7d61c79e14dbab1def4d8aff84e4144deb3554 # Parent f843c4e987d3b8b97efeb97e4e37361b453a28ea Update: nqc diff -r f843c4e987d3 -r 7c7d61c79e14 nqc/receipt --- a/nqc/receipt Sat Aug 29 18:20:57 2009 +0200 +++ b/nqc/receipt Sat Aug 29 22:36:12 2009 +0000 @@ -3,7 +3,7 @@ PACKAGE="nqc" VERSION="3.1.r6-4" CATEGORY="development" -SHORT_DESC="Compiler for the Not Quite C programming language" +SHORT_DESC="Compiler for the Not Quite C programming language." MAINTAINER="rcx@zoominternet.net" DEPENDS="glibc-base gcc-lib-base" BUILD_DEPENDS="slitaz-toolchain bison flex m4" @@ -15,12 +15,6 @@ # Rules to configure and make the package. compile_rules() { - # Determine if TOOLPREFIX has been defined in tazwok.conf as it should - if [ -z "$TOOLPREFIX" ] ; then - # Provide a default TOOLPREFIX value - TOOLPREFIX=i486-pc-linux-gnu- - fi - cd $src make TOOLPREFIX="$(TOOLPREFIX)" \ DEFAULT_SERIAL_NAME='"/dev/ttyS0"' \