Bug 2619 - make copyfiles -> no copy of smp binary
Status: RESOLVED INVALID
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: unspecified
Hardware: All All
: P2 trivial
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2006-03-18 08:04 EST by Guido W
Modified: 2007-05-21 11:25:13 EDT
0 users

See Also:



Description Guido W 2006-03-18 08:04:56 EST
the "copyfiles" part of the Makefile has no instruction to install the smp binary.

A solution could be to insert this line ...
$(INSTALL) -s -m 0755 $(BR)/ioquake3-smp.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3-smp.$(ARCH)$(BINEXT)

below this line ...
$(INSTALL) -s -m 0755 $(BR)/ioquake3.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3.$(ARCH)$(BINEXT)
Comment 1 Zachary J. Slater 2006-03-22 11:54:19 EST
SMP isn't really supported since it doesn't work with SDL.
Comment 2 Ryan C. Gordon 2007-05-21 11:25:13 EDT
Setting a QA contact on all ioquake3 bugs, even resolved ones. Sorry if you get a flood of email from this, it should only happen once. Apologies for the incovenience.

--ryan.