git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
chore: fix almost *ALL* warnings.
[lunaix-os.git]
/
lunaix-os
/
config
/
make-os
diff --git
a/lunaix-os/config/make-os
b/lunaix-os/config/make-os
index 7ea5c01c025a090f4000a093c720bac4ca41b593..fd4908ecd40a4d9f49d131a2dd82005b67f79e1b 100644
(file)
--- a/
lunaix-os/config/make-os
+++ b/
lunaix-os/config/make-os
@@
-1,6
+1,8
@@
OS_ARCH := x86
OS_NAME := lunaix
OS_ARCH := x86
OS_NAME := lunaix
+OS_ID := LunaixOS
+OS_VER := dev$(shell date +%Y%m%d)
OS_BIN := $(OS_NAME).bin
OS_ISO := $(OS_NAME).iso
OS_BIN := $(OS_NAME).bin
OS_ISO := $(OS_NAME).iso
-USR_LIB := liblxusrt.a
\ No newline at end of file
+USR_LIB := liblxusrt.a