File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11NAME=sduino
2- VERSION?=0.3.0-pre1
2+ VERSION?=0.3.2
33SDCCVERSION?=10088
4- TOOLSVERSION?=2017.10.21
4+ TOOLSVERSION?=2017.11.06
55
66# where to put the generated files
77COREDIR?=release
88PARTSDIR?=parts
99
10- # Ignore all files matching one of these shell patterns when building the
11- # core archive.
12- IGNORE=*~ *bak x build-* *.orig *.rej
13-
10+ # subtree of the repository to be included in the archive
11+ SUBTREE=sduino/hardware/sduino/stm8
1412
1513#
1614### No user serviceable part below here. ################################
@@ -34,5 +32,5 @@ $(PLATFORM_ENTRY): $(COREFILE)
3432
3533$(COREFILE):
3634 echo "Generating the core archive file."
37- # dereference symlinks as they are not supported on Windows (#24)
38- tar cjf $@ --hard-dereference --dereference $(EXCLUDES) -C ../sduino/hardware/sduino/stm8 .
35+ (cd ..; git archive -v --format=tar HEAD:$(SUBTREE))|\
36+ bzip2 > $(COREFILE)
You can’t perform that action at this time.
0 commit comments