comparison nt/makefile.w32-in @ 69447:ba388b0284f4

(install): Use -q when invoking addpm. Avoids problem with MSYS trying to interpret it as a fake path and messing with it.
author Jason Rumney <jasonr@gnu.org>
date Sun, 12 Mar 2006 17:20:13 +0000
parents 067115a6e738
children 7ae36b2cbdc6 a802c5505156
comparison
equal deleted inserted replaced
69446:bffee52ee41d 69447:ba388b0284f4
178 install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE) 178 install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE)
179 - $(CP) $(BLD)/addpm.exe $(INSTALL_DIR)/bin 179 - $(CP) $(BLD)/addpm.exe $(INSTALL_DIR)/bin
180 - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin 180 - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin
181 - $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin 181 - $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin
182 - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin 182 - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin
183 - "$(INSTALL_DIR)/bin/addpm" /q 183 - "$(INSTALL_DIR)/bin/addpm" -q
184 - $(DEL) ../same-dir.tst 184 - $(DEL) ../same-dir.tst
185 - $(DEL) $(INSTALL_DIR)/same-dir.tst 185 - $(DEL) $(INSTALL_DIR)/same-dir.tst
186 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst" 186 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst"
187 - mkdir "$(INSTALL_DIR)/etc" 187 - mkdir "$(INSTALL_DIR)/etc"
188 - mkdir "$(INSTALL_DIR)/info" 188 - mkdir "$(INSTALL_DIR)/info"