summary refs log tree commit diff
path: root/pkgs/xtc
AgeCommit message (Collapse)AuthorFilesLines
2003-08-18* pkgs/strategoxt/pkg-build.sh: generic build script for packagesEelco Visser2-18/+4
with the standard untar; bootstrap; configure; make; make install interface. The script is parameterized with arguments for configure. That is, all arguments are passed verbatim to configure. * asfix-tools, gpp, sc, srts, stratego-front, xtc: Fix expressions and (trivial) build script for basic strategoxt packages. All packages are abstracted on subversion revision. svn path=/nixpkgs/trunk/; revision=319
2003-08-18* Get rid of all `-S' flags (to remove debug info); this is now the default.Eelco Dolstra1-2/+0
* Remove all references to set-env.sh; it has been merged into stdenv.fix (actually baseenv.fix). svn path=/nixpkgs/trunk/; revision=316
2003-08-14separate strategoxt packagesEelco Visser3-0/+40
svn path=/nixpkgs/trunk/; revision=286