summaryrefslogtreecommitdiff
path: root/sysutils/fix4SA110rev2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-06-17Create directories before installing files into them.jlam1-1/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-07-31Update fix4SA110rev2 to 1.0nb1abs1-1/+2
Fix compilation under NetBSD 1.6.1/shark - from Krister Walfridsson
2003-07-17s/netbsd.org/NetBSD.org/grant1-4/+4
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-2/+2
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+3
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-10-17fix4SA110rev2 modifies arm32 binaries in an attempt to work aroundabs1-0/+23
StrongARM rev2 problems It attempts to identify the instructions that will cause problems and moves them to a safe location. The "safe" location is final page of the text (code) segment of the executable, which normally has some spare bytes before the start of the data segment. Having moved the instruction, it then puts a branch to the new location where the old instruction used to be so that things will continue to work.