This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

'cd' command with GNU MAKE on NT


I am having a problem with BASH and GNU MAKE on NT40. 

In my makefile, I have the following command: 

> $(SOURCE_PATH)/%: $(USER_SOURCE_PATH)/%/main.mk force 
>    @cd $@;   / 
>     $(MAKE) -f $(MAKE_DIR)/one.mk MAKE_FILE=$ < $(MAKE_TARGET) 

when gnu make tries to execute the 'cd' command above, it fails, 
returning a sintax error.   The target directory exists.  Does 
anyone know what the problem could be? 

Thanks. 
Brian. 
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]