]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Minor change to VxWorks rules.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 24 Jul 2007 09:28:00 +0000 (09:28 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 24 Jul 2007 09:28:00 +0000 (09:28 +0000)
I'm not sure whether this line should be included. I've found it in my
computer so I've commented it and included in repository.

darcs-hash:20070724092859-f2ef6-f7ce3b53f200ea20523e17cca23b2d26c7737c1c.gz

snippets/vxworks

index 8cedab55db06ac1da21242b5c700f9d100db221d..08c276dec5114d56431eedc015848bf097b96e1b 100644 (file)
@@ -116,6 +116,7 @@ $(USER_LIB_DIR)/lib$(1).a: #$$($(1)_OBJS)
        echo 'OBJ_DIR = $(USER_OBJS_DIR)' >> Makefile.lib.$(1); \
        echo 'LIB_ROOT = $(USER_LIB_DIR)' >> Makefile.lib.$(1); \
        echo 'VPATH = $(SOURCES_DIR)' >> Makefile.lib.$(1); \
+#      echo 'LIBDIRBASE = ' >> Makefile.lib.$(1); \
        echo 'include $$$$(WIND_USR)/make/rules.library' >> Makefile.lib.$(1); 
        $(WRENV) -p $(WRPACKAGE) $(MAKE) CPU=$(CPU) TOOL=$(TOOL) -f Makefile.lib.$(1)
 endef