Kaydet (Commit) c06bba09 authored tarafından Michael Stahl's avatar Michael Stahl

fix syntax errors in moz/zipped makefile, add chmod

üst f2a65313
......@@ -158,12 +158,12 @@ $(MISC)$/remove_old_nss_libs : $(MISC)$/unpacked_$(TARGET)_lib \
$(MISC)$/unpacked_$(TARGET)_inc $(BIN)$/mozruntime.zip
$(foreach,lib,$(LIBLIST) rm -f $(LB)$/$(lib) &&) \
echo >& $(NULLDEV)
$(foreach,lib,$(NSS_RUNTIMELIST) zip -d $(BIN)$/mozruntime.zip $(DLLPRE)$(lib:f)$(DLLPOST) &&) \
chmod u+w $(BIN)$/mozruntime.zip && zip -d $(BIN)$/mozruntime.zip $(foreach,lib,$(NSS_RUNTIMELIST) $(DLLPRE)$(lib:f)$(DLLPOST)) && \
echo >& $(NULLDEV)
rm -r -f $(INCCOM)$/nss &&) \
rm -r -f $(INCCOM)$/nss && \
echo >& $(NULLDEV)
rm -r -f $(INCCOM)$/nspr &&) \
rm -r -f $(INCCOM)$/nspr && \
echo >& $(NULLDEV)
$(TOUCH) $@
$(TOUCH) $@
.ENDIF # unpack mozab zips
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment