mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Work around solaris rm lossage by using the same mode flags as the common rulesets.
Bug #188655 r=timeless
This commit is contained in:
parent
f0f28b27cc
commit
ee39dec53b
@ -93,11 +93,11 @@ HEADERS += $(srcdir)/os2/dirent.h
|
||||
endif
|
||||
|
||||
export:: $(TARGETS) $(HEADERS)
|
||||
$(INSTALL) -m 444 $(HEADERS) $(DIST)/include
|
||||
$(INSTALL) $(IFLAGS1) $(HEADERS) $(DIST)/include
|
||||
$(PERL) -I$(MOZILLA_DIR)/config $(MOZILLA_DIR)/config/build-list.pl $(PUBLIC)/.headerlist $(HEADERS)
|
||||
-rm -f $(FINAL_LINK_COMPS) $(FINAL_LINK_LIBS) $(FINAL_LINK_COMP_NAMES)
|
||||
-rm -f $(DIST)/bin/chrome/chromelist.txt
|
||||
$(NSINSTALL) -t -m 444 $(DEPTH)/mozilla-config.h $(DIST)/sdk/
|
||||
$(NSINSTALL) -t $(IFLAGS1) $(DEPTH)/mozilla-config.h $(DIST)/sdk/
|
||||
|
||||
|
||||
# Create mini-SDK directory for NSPR
|
||||
|
Loading…
x
Reference in New Issue
Block a user