Commit Graph

23 Commits

Author SHA1 Message Date
Matthew Flatt
f2dbacc73f raco exe' uses a main' submodule, if any
original commit: 85802f45f2
2012-03-09 10:34:57 -07:00
Matthew Flatt
02d466aec0 add --launcher'/-l' flag to `raco exe' to create launchers
This addition triggered several other changes:

 * -k for a Mac OS X embedding is now relative to the __PLTSCHEME
   segment (which means that executables won't break if you strip
   them, for example)

 * the command-line no longer has a limited size for Mac OS X
   launchers and embedding executables

 * Mac OS X GUI and Windows launchers record the creation-time
   collection path, unless they are created as "relative" launchers

original commit: 2c479683d1
2012-02-13 16:27:51 -07:00
Matthew Flatt
f751553b48 document raco make' flags; add --disable-constant' flag
original commit: 6b6d281dee
2012-01-19 13:14:02 -07:00
Matthew Flatt
cd5e01e03c fix `raco make --no-deps'
original commit: b87a7c0ec9
2011-12-13 06:13:17 -07:00
Kevin Tew
9f5362d806 Fix pr 12205 pass --disable-inline and --vv options through to parallel make
original commit: 099e89a297
2011-09-20 11:10:56 -06:00
Matthew Flatt
c626b6fc7c add ++aux' flag to raco exe'
original commit: ca0d7b5ef4
2011-09-09 17:03:18 -06:00
Robby Findler
1161087456 remove extraneous path->string conversion
original commit: bb71539233
2011-09-05 08:30:48 -05:00
Matthew Flatt
d622961559 change `raco exe' to disable collection lookup by default
original commit: ecc058de4a
2011-08-25 09:15:30 -06:00
Matthew Flatt
dd20d04fff add `raco unpack'
Although the ".plt" format is going to be replaced, the format is
currently viable for distributing collections, and I have wanted
a raw `unpack' command for a while. It was useful today to fix
problems with `raco pack' and collection links.

original commit: 2dbaa45e1b
2011-08-24 20:08:18 -06:00
Eli Barzilay
2f65de9812 ".ss" -> ".rkt" scan done.
original commit: 3157955d40
2011-07-02 10:37:53 -04:00
Eli Barzilay
a3b9b386fe Use proper raco command name in make and pack.
Fixes PR 11719.

original commit: 0f14c6aa67
2011-02-09 21:13:55 -05:00
Kevin Tew
80de0713e8 raco make -j
original commit: 2e1dffbfcc
2011-02-01 08:27:56 -07:00
Blake Johnson
74c7025e6e scrbl file and longer command name
original commit: 199a63772a
2010-10-30 12:49:27 -06:00
Blake Johnson
e0e144e210 changed eprintfs to log-debug
original commit: 3ddda200e8
2010-10-29 19:50:11 -06:00
Eli Barzilay
be19dcb79d Use "<path>" instead of a misleading "<file>",
improve doc line for `--collect'.

original commit: 41812ace0f
2010-09-12 01:53:52 -04:00
Eli Barzilay
bb6903c6bf typo
original commit: 14de7399bd
2010-07-30 04:20:46 -04:00
Matthew Flatt
2cd7824462 fix docs on `raco make --no-deps'
Closes PR 11018

original commit: a8062dc37d
2010-07-07 13:56:16 -06:00
Matthew Flatt
c9e6b6cd0a have 'raco make' require an argument so that it doesn't silently do nothing when no files are supplied
original commit: 68fee973de
2010-05-10 06:27:57 -06:00
Matthew Flatt
28316d5205 change 'raco c-ext' to 'raco ctool'
original commit: 81ba669237
2010-04-30 21:55:14 -06:00
Matthew Flatt
0fcf163a4d rename all files .ss -> .rkt
original commit: 28b4043077
2010-04-27 16:50:15 -06:00
Matthew Flatt
d650fa8fdd racket-tool -> raco
original commit: 22470e4147
2010-04-24 07:46:56 -06:00
Matthew Flatt
d898152fa1 rico -> racket-tool
original commit: c862eb8121
2010-04-21 14:24:07 -06:00
Matthew Flatt
3832a4ae1a rico
svn: r18733

original commit: fdba97b1c0
2010-04-04 15:08:35 +00:00