зеркало из https://github.com/mozilla/pjs.git
Bugzilla Bug 311074: cvs removed the unused nfspwd.pl script (which only
worked on the old Netscape intranet). r=relyea. Modified Files: OS2.mk command.mk rules.mk Removed Files: nsinstall/nfspwd nsinstall/nfspwd.pl
This commit is contained in:
Родитель
25ad6d3aa7
Коммит
f71abec372
|
@ -219,8 +219,7 @@ MKDEPENDENCIES = $(OBJDIR_NAME)/depend.mk
|
|||
# defined, the default is "install using relative symbolic
|
||||
# links". The two possible values are "copy", which copies files
|
||||
# but preserves source mtime, and "absolute_symlink", which
|
||||
# installs using absolute symbolic links. The "absolute_symlink"
|
||||
# option requires NFSPWD.
|
||||
# installs using absolute symbolic links.
|
||||
# - THIS IS NOT PART OF THE NEW BINARY RELEASE PLAN for 9/30/97
|
||||
# - WE'RE KEEPING IT ONLY FOR BACKWARDS COMPATIBILITY
|
||||
####################################################################
|
||||
|
@ -233,7 +232,7 @@ else
|
|||
ifeq ($(NSDISTMODE),absolute_symlink)
|
||||
# install using absolute symbolic links
|
||||
INSTALL = $(NSINSTALL)
|
||||
INSTALL += -L `$(NFSPWD)`
|
||||
INSTALL += -L `pwd`
|
||||
else
|
||||
# install using relative symbolic links
|
||||
INSTALL = $(NSINSTALL)
|
||||
|
|
|
@ -45,7 +45,6 @@ ASFLAGS += $(CFLAGS)
|
|||
CCF = $(CC) $(CFLAGS)
|
||||
LINK_DLL = $(LINK) $(OS_DLLFLAGS) $(DLLFLAGS)
|
||||
LINK_EXE = $(LINK) $(OS_LFLAGS) $(LFLAGS)
|
||||
NFSPWD = $(NSINSTALL_DIR)/nfspwd
|
||||
CFLAGS = $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \
|
||||
$(XCFLAGS)
|
||||
RANLIB = echo
|
||||
|
|
|
@ -137,22 +137,6 @@ realclean clobber_all::
|
|||
rm -rf $(wildcard *.OBJ) dist $(ALL_TRASH)
|
||||
+$(LOOP_OVER_DIRS)
|
||||
|
||||
#ifdef ALL_PLATFORMS
|
||||
#all_platforms:: $(NFSPWD)
|
||||
# @d=`$(NFSPWD)`; \
|
||||
# if test ! -d LOGS; then rm -rf LOGS; mkdir LOGS; fi; \
|
||||
# for h in $(PLATFORM_HOSTS); do \
|
||||
# echo "On $$h: $(MAKE) $(ALL_PLATFORMS) >& LOGS/$$h.log";\
|
||||
# rsh $$h -n "(chdir $$d; \
|
||||
# $(MAKE) $(ALL_PLATFORMS) >& LOGS/$$h.log; \
|
||||
# echo DONE) &" 2>&1 > LOGS/$$h.pid & \
|
||||
# sleep 1; \
|
||||
# done
|
||||
#
|
||||
#$(NFSPWD):
|
||||
# cd $(@D); $(MAKE) $(@F)
|
||||
#endif
|
||||
|
||||
#######################################################################
|
||||
# Double-Colon rules for populating the binary release model. #
|
||||
#######################################################################
|
||||
|
|
Загрузка…
Ссылка в новой задаче