summaryrefslogtreecommitdiff
path: root/palm/prc-tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | | cd libglib.0.1.0 ; make PREFIX=/usr/local/pilot TOOLDIR=/usr/local/pilot/bin LIBCDIR=libc.0.1.2 LIBMDIR=libmf.0.1.2 LIBGLIBDIR=libglib.0.1.0 cd libc.0.1.2 ; make PREFIX=/usr/local/pilot TOOLDIR=/usr/local/pilot/bin LIBCDIR=libc.0.1.2 LIBMDIR=libmf.0.1.2 LIBGLIBDIR=libglib.0.1.0 rm -f libc.sa ../exportlist libc.a > libc.exp ../stubgen "C Library" Libc libcstub.c Libc.S < libc.exp ../stubgen: not found *** Error code 127 Notes: svn path=/head/; revision=13919
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-20/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* Added check for "-m486" in CFLAGS &/or /etc/make.conf.Donald Burr1998-05-271-1/+15
| | | | | | | The port doesn't build properly if "-m486" is present. Notes: svn path=/head/; revision=11162
* Use mtree/mkdir ${PREFIX} fix in rev 1.271 of bsd.port.mk. (I.e.,Satoshi Asami1998-02-191-7/+1
| | | | | | | don't worry about it here, it was too late anyway.) Notes: svn path=/head/; revision=9822
* Add four ports to "pilot" virtual category.Satoshi Asami1998-01-011-2/+2
| | | | Notes: svn path=/head/; revision=9241
* Fix strip problem.Paul Traina1997-11-251-7/+8
| | | | | | | | Fix /usr/local/palm vs /usr/local/pilot (I got dyslexic at last second). Turn on optimization where it makes sense. Notes: svn path=/head/; revision=8817
* Oops, that was not the problem -- fix PREFIX. Either way, I have noSatoshi Asami1997-11-251-5/+4
| | | | | | | | | idea how this worked for anyone. Mark it broken (strip problem). I believe pst is working on it. Notes: svn path=/head/; revision=8811
* Create ${PREFIX} (= ${LOCALBASE}/palm) before installing. mtree won'tSatoshi Asami1997-11-251-1/+4
| | | | | | | create the base directory for you. Notes: svn path=/head/; revision=8806
* Strip binariesPaul Traina1997-11-241-1/+23
| | | | Notes: svn path=/head/; revision=8797
* prc-tools is a complete software development environment for creatingPaul Traina1997-11-245-0/+451
applications for the PalmPilot(tm) PDA. Notes: svn path=/head/; revision=8790