forked from KolibriOS/kolibrios
export MENUETDEV:=$(shell pwd)
git-svn-id: svn://kolibrios.org@4748 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e416a7f414
commit
c0c9143167
@ -1,11 +1,8 @@
|
||||
MENUETDEV:=$(shell pwd)
|
||||
include osrules.mak
|
||||
export MENUETDEV:=$(shell pwd)
|
||||
include $(MENUETDEV)/osrules.mak
|
||||
all: genconfig
|
||||
@echo Building library for $(VERSION_OS)
|
||||
gcc mkversion.c -o mkversion$(EXESUFFIX)
|
||||
|
||||
@echo $(MENUETDEV)
|
||||
@echo $(shell pwd)
|
||||
ifdef ON_MINGW
|
||||
mkversion$(EXESUFFIX) < version > include/libc/version.h
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user