Closed Bug 190529 Opened 22 years ago Closed 22 years ago

create linux sdk tar.gz file

Categories

(SeaMonkey :: Build Config, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.3beta

People

(Reporter: leaf, Assigned: leaf)

Details

Attachments

(1 file, 1 obsolete file)

We create an embed-i686-pc-linux-gnu.tar.gz file, but no sdk tar.gz that
developers can write apps against.

The fix is to tar.gz dist/sdk and spit it out.
this is for browser embedding, correct?
it is for browser component development and embedding applications.
i should add cls for review on this. i probably did it badly.
Priority: -- → P3
Target Milestone: --- → mozilla1.4alpha
Attachment #112553 - Flags: superreview?(seawood)
Attachment #112553 - Flags: review?(kysmith)
Comment on attachment 112553 [details] [diff] [review]
add an sdk tar.gz generation when we make "normal" .tar.gz packages.

I would suggest making a separate target for creating the sdk and add $(SDK) to
TARGETS.
Attachment #112553 - Flags: superreview?(seawood) → superreview-
thanks, i'll fix.
Status: NEW → ASSIGNED
Attached patch better?Splinter Review
Attachment #112553 - Attachment is obsolete: true
Attachment #113128 - Flags: superreview?(seawood)
Attachment #113128 - Flags: review?(kysmith)
Comment on attachment 113128 [details] [diff] [review]
better?

yep. sr=cls
Attachment #113128 - Flags: superreview?(seawood) → superreview+
Attachment #113128 - Flags: review?(kysmith) → review+
Attachment #113128 - Flags: approval1.3b?
relatively innocuous change, trying for 1.3b
Target Milestone: mozilla1.4alpha → mozilla1.3beta
Comment on attachment 113128 [details] [diff] [review]
better?

a=asa (on behalf of drivers) for checkin to 1.3beta.
Attachment #113128 - Flags: approval1.3b? → approval1.3b+
checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment on attachment 113128 [details] [diff] [review]
better?

>Index: Makefile.in
>@@ -124,6 +130,9 @@
> TAR_CREATE_FLAGS = -cvf
> PLATFORM_EXCLUDE_LIST = ! -name "*.ico"
> endif
>+
>+$(SDK):
>+	cd $(DIST); if [ -d $(SDK_DIR) ]; then $(MAKE_SDK); fi
> 
> $(PACKAGE): $(MOZILLA_BIN)
> 	@rm -rf $(DIST)/$(MOZ_PKG_APPNAME) $(DIST)/$(PKG_BASENAME).tar $@ $(EXCLUDE_LIST)


Duh. New lines have new subshells, have to put this all one one line, instead
of two.
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: