summaryrefslogtreecommitdiff
path: root/pkgtools/rcorder
AgeCommit message (Collapse)AuthorFilesLines
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-09-08Convert to use the features framework.jlam1-2/+2
2007-09-06Drop libnbcompat/buildlink3.mk and force all packages that usejlam1-9/+2
libnbcompat to use it "in place". libnbcompat is just really special, and is of almost no use to anything other than the pkgsrc bootstrap process.
2007-03-24Quell pkglint: don't forcibly hide output of shell commands in do-extract.schmonz1-2/+2
2007-03-12Sync config.{guess,sub} with mk/gnu-configure.joerg2-478/+839
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2004-08-27Slight addition: (such as rc.d startup and shutdown scripts).reed1-1/+1
2004-08-27Add sysutils to categories.reed1-2/+2
2004-08-27autconfiscate, and add a rcorder2nbcompat script to ease importing fromjlam14-25/+7976
src HEAD.
2004-08-27USE_BUILDLINK3 is yes/no.jlam1-2/+2
2004-08-27A more representative date is 20031013, when the most recent commitschmonz1-2/+2
to src/sbin/rcorder occurred.
2004-08-27Initial import of rcorder from NetBSD-current, using libnbcompat.schmonz11-0/+1881
rcorder is designed to print out a dependency ordering of a set of interdependent files. Typically it is used to find an execution sequence for a set of shell scripts in which certain files must be executed before others.