Browse Source

More Make and Build Tweaks

patch
Wayne Warthen 5 years ago
parent
commit
7fafb5cc4b
  1. 1
      Source/Forth/Makefile
  2. 3
      Source/HBIOS/Build.sh

1
Source/Forth/Makefile

@ -1,6 +1,5 @@
OBJECTS = camel80.bin OBJECTS = camel80.bin
TOOLS = ../../Tools TOOLS = ../../Tools
OTHERS = *.rel OTHERS = *.rel
DEST = ../HBIOS
include $(TOOLS)/Makefile.inc include $(TOOLS)/Makefile.inc

3
Source/HBIOS/Build.sh

@ -3,6 +3,9 @@
# fail on any error # fail on any error
set -e set -e
# overcome clock resolution issues
sleep 2
timestamp=$(date +%Y-%m-%d) timestamp=$(date +%Y-%m-%d)
#timestamp="2020-02-24" #timestamp="2020-02-24"

Loading…
Cancel
Save