From c37964ac4e0f278838b5832f0b3acfdf5f1359a1 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 24 Jul 2007 09:28:00 +0000 Subject: [PATCH] Minor change to VxWorks rules. 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/vxworks b/snippets/vxworks index 8cedab5..08c276d 100644 --- a/snippets/vxworks +++ b/snippets/vxworks @@ -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 -- 2.39.2