Merge upstream skeleton

This commit is contained in:
Ehmry - 2019-04-27 20:21:01 +02:00
commit 24d17bebff
2 changed files with 8 additions and 0 deletions

View File

@ -1,9 +1,14 @@
.gitignore
include_rules
ifndef SCULPT_VERSION
error CONFIG_SCULPT_VERSION is undefined
endif
ifndef PUBLIC_USER
error CONFIG_PUBLIC_USER is undefined
endif
SHORT_SUM = b2sum -l24
: $(DEPOT_DIR)/<raw-archives> $(DEPOT_DIR)/<bin-archives> |> \
@ -13,6 +18,7 @@ SHORT_SUM = b2sum -l24
# Generate a listing of all raw archives
: $(DEPOT_DIR)/<raw-archives> |> \
touch %o; \
for f in %<raw-archives>; do cat $f >> %o; done; \
|> $(RAW_LISTING)
# Generate a listing of all raw archives

View File

@ -1,3 +1,5 @@
# Nim default variables
NIM_RELEASE_FLAG = -d:release
# Drop the relase flag with the line "NIM_RELEASE_FLAG="