Commit Graph

1139 Commits

Author SHA1 Message Date
T. Joseph Carter
d7eab3729b Make mame build rule slightly less pathlogical. 2015-02-20 21:19:54 -08:00
Twinaphex
3cd2a123c5 Merge pull request #194 from iKarith/master
Cleaned up build summary a bit
2015-02-21 06:02:34 +01:00
T. Joseph Carter
69ce77888d Cleaned up build summary a bit 2015-02-20 20:57:20 -08:00
Twinaphex
2b5840f309 Merge pull request #193 from iKarith/master
Fix up mame rule a bit
2015-02-21 05:44:33 +01:00
T. Joseph Carter
d3d252a1a5 Merge branch 'master' of https://github.com/iKarith/libretro-super 2015-02-20 16:01:13 -08:00
T. Joseph Carter
96d5409332 Some fixes for MAME rule 2015-02-20 16:00:20 -08:00
T. Joseph Carter
62d8744811 Some fixes for MAME rule 2015-02-20 15:46:37 -08:00
Twinaphex
663597ad0f Merge pull request #192 from iKarith/master
Fix stupid mistake in build revisions stuff, oops.
2015-02-20 23:48:04 +01:00
T. Joseph Carter
6119bfa9a0 Fix stupid mistake in build revisions stuff, oops. 2015-02-20 14:43:28 -08:00
Twinaphex
9a559914ed Merge pull request #191 from iKarith/master
iOS build cleanup (use platform=ios ./libretro-build.sh now)
2015-02-20 00:53:52 +01:00
T. Joseph Carter
4d1fd58a74 MAME rule cleanup (1/2 done) 2015-02-19 14:04:00 -08:00
T. Joseph Carter
0fdedeb663 iOS build cleanup (use platform=ios ./libretro-build.sh now) 2015-02-19 10:14:22 -08:00
Twinaphex
0a107f8ea6 Merge pull request #190 from iKarith/master
libretro-build-ios.sh now just calls libretro-build.sh with the right variable set
2015-02-19 13:31:03 +01:00
T. Joseph Carter
9d706b52d1 libretro-build-ios.sh now just calls libretro-build.sh with the right variable set. 2015-02-19 00:41:42 -08:00
Twinaphex
2f782ec228 Merge pull request #189 from iKarith/master
SKIP_UNCHANGED=1 option for libretro-build.sh
2015-02-19 07:47:34 +01:00
T. Joseph Carter
94275bac9a Change default build revisions dir and make it configurable 2015-02-18 22:45:23 -08:00
T. Joseph Carter
3f75551af9 Don't compile fuse twice 2015-02-18 22:36:56 -08:00
T. Joseph Carter
cc5ca4a600 Merge branch 'master' of https://github.com/libretro/libretro-super 2015-02-18 22:32:31 -08:00
T. Joseph Carter
ff274a137c SKIP_UNCHANGED=1 causes libretro-build.sh to not build cores that didn't change since last fetch. Not enabled by default because it interferes with development. 2015-02-18 22:31:02 -08:00
twinaphex
ea854caa1f Fixup QNX script 2015-02-19 07:18:32 +01:00
Twinaphex
9aa517dc65 Add FUSE compilation for OSX and iOS 2015-02-19 07:03:18 +01:00
Twinaphex
72396efcba Add FUSE 2015-02-19 06:55:56 +01:00
twinaphex
00f0134cdb Change libretro SDK to libretro-common 2015-02-18 23:48:35 +01:00
Twinaphex
d7e195d060 Merge pull request #188 from iKarith/master
Make emux build rule not generate false error
2015-02-18 19:11:35 +01:00
T. Joseph Carter
c0928e6589 Make emux build rule not generate false error 2015-02-18 09:57:48 -08:00
Twinaphex
50c7a048d8 Merge pull request #187 from iKarith/master
libretro-build-common: echo build commands and improve shell quoting
2015-02-18 08:40:51 +01:00
T. Joseph Carter
b8c896e3ee May as well do the shell quoting changes to other scripts 2015-02-17 23:17:47 -08:00
T. Joseph Carter
8c1539c3bb Remove the obsolete iKarith scripts (README is still around) 2015-02-17 22:52:54 -08:00
T. Joseph Carter
ff0cfdabc1 libretro-build-common: echo build commands and improve shell quoting 2015-02-17 22:32:27 -08:00
Twinaphex
7aa9e47e32 Merge pull request #186 from iKarith/master
Big iOS build merge (take 2)
2015-02-18 04:09:39 +01:00
T. Joseph Carter
f35a2960ca Merge branch 'master' of https://github.com/libretro/libretro-super
Conflicts:
	libretro-build.sh
2015-02-17 19:05:10 -08:00
T. Joseph Carter
d18e7a5fd5 Add support to fetch_git for shallow clones 2015-02-17 18:49:59 -08:00
Carl Melville
42b9ad08b1 Remove extra newline from most files 2015-02-17 18:49:59 -08:00
T. Joseph Carter
d04ead32ad dosbox builds on iOS (in case someone wants to "port" zsnes or something) 2015-02-17 16:05:50 -08:00
T. Joseph Carter
80191787a9 Fix for work paths with spaces in them. *sigh* 2015-02-17 16:04:25 -08:00
T. Joseph Carter
4955cee0cc Make my build summary work without using files (we lose pretty formatting for now) 2015-02-17 12:03:38 -08:00
T. Joseph Carter
44ce1675fc Diff reduction for libretro-build-ios.sh 2015-02-17 11:46:21 -08:00
T. Joseph Carter
11af7f12c2 FORMAT_COMPILER_TARGET=ios ./libretro-build.sh now compiles iOS cores properly 2015-02-17 11:44:01 -08:00
Twinaphex
7efbaa7d1f Merge pull request #184 from almostalive/master
Remove extra newline from most files
2015-02-17 07:48:29 +01:00
Carl Melville
03fd002ccb Remove extra newline from most files 2015-02-17 00:12:30 -06:00
T. Joseph Carter
5d80de96fc Don't need readlink to find BASE_DIR anymore 2015-02-16 21:06:42 -08:00
Twinaphex
b9bb516699 Merge pull request #183 from iKarith/master
Get rid of echo_cmd (it didn't do what it's supposed to anyway)
2015-02-17 05:58:05 +01:00
T. Joseph Carter
662b420d76 Get rid of echo_cmd (it didn't do what it's supposed to anyway) 2015-02-16 20:56:00 -08:00
Twinaphex
2fea70fd40 Merge pull request #182 from iKarith/master
rename iKarith-super dir to script-modules
2015-02-17 04:59:41 +01:00
T. Joseph Carter
c0a958d667 rename iKarith-super dir to script-modules 2015-02-16 19:51:31 -08:00
Twinaphex
1c8791b884 Merge pull request #181 from iKarith/master
Spaces to tabs in shell scripts, use env to find bash in path
2015-02-17 04:42:44 +01:00
T. Joseph Carter
498bc87f9a Try to make whitespace consistently 3 space tabs in shell scripts, also use env for bash 2015-02-16 19:22:50 -08:00
T. Joseph Carter
3ee02549dd Add absolute/relative path bugfix to my scripts 2015-02-16 19:22:50 -08:00
Twinaphex
a9bda03302 Merge pull request #180 from iKarith/master
Need to specify name of git clone directory (dunno if git has always done that, but we need the feature and have always assumed it works)
2015-02-16 06:21:38 +01:00
T. Joseph Carter
d1359a26af Need to specify name of git clone directory (dunno if git has always done that, but we need that feature) 2015-02-15 17:58:55 -08:00