Closed Bug 88329 Opened 24 years ago Closed 24 years ago

make JSS releasable with gmake release

Categories

(JSS Graveyard :: Library, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jamie-bugzilla, Assigned: jamie-bugzilla)

Details

Attachments

(1 file)

Fixed. coreconf/rules.mk 1.28 -> 1.29
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Seems like if you don't care about identation, this can be fixed with the following simpler patch: Index: rules.mk =================================================================== RCS file: /cvsroot/mozilla/security/coreconf/rules.mk,v retrieving revision 1.28 diff -u -r1.28 rules.mk --- rules.mk 2001/06/21 00:56:29 1.28 +++ rules.mk 2001/07/06 01:37:12 @@ -243,6 +243,7 @@ +$(LOOP_OVER_DIRS) release_md:: +ifndef NO_MD_RELEASE ifdef LIBRARY $(INSTALL) -m 444 $(LIBRARY) $(SOURCE_RELEASE_PREFIX)/$(SOURCE_RELEASE_LIB_DIR) endif @@ -257,6 +258,7 @@ endif ifdef PROGRAMS $(INSTALL) -m 555 $(PROGRAMS) $(SOURCE_RELEASE_PREFIX)/$(SOURCE_RELEASE_BIN_DIR) +endif endif +$(LOOP_OVER_DIRS)
good defect but still occurrring
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: