diff --git a/build.sh b/build.sh index baf37d4ce..8d3dc2ba9 100755 --- a/build.sh +++ b/build.sh @@ -36,8 +36,8 @@ if [ "$1" = "auto" ]; then echo "Invoking 'make defconfig'..." make defconfig || clean_exit 2 echo "Building IBM PC image..." - #cp ibmpc-1440.config .config - cp ibmpc-1440-nc.config .config + cp ibmpc-1440.config .config + #cp ibmpc-1440-nc.config .config else echo echo "Now invoking 'make menuconfig' for you to configure the system." diff --git a/elks/Makefile-rules b/elks/Makefile-rules index ce2e25a76..5efa2a08a 100644 --- a/elks/Makefile-rules +++ b/elks/Makefile-rules @@ -58,7 +58,7 @@ include $(TOPDIR)/Make.defs VERSION = 0 # (0-255) PATCHLEVEL = 8 # (0-255) SUBLEVEL = 0 # (0-255) -PRE = -pre3 +PRE = ######################################################################### # Specify the architecture we will use.