summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314659,r314676:ngie2017-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | r314659: usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output r314676: Fix build after r314656 Some of the changes I introduced to use .ALLSRC were correct in spirit, but incorrect in reality -- in particular, ../Makefile.inc hadn't been pulled in via bsd.init.mk (via bsd.lib.mk, bsd.prog.mk), so the value of .ALLSRC (evaluated immediately) was empty. .include bsd.init.mk explicitly so we can be certain that the values used as dependencies in the targets are defined when the target recipe has been evaluated. Reminder: thou shalt separate out separate functional changes before committing them. (YUGE) Pointyhat to: ngie In collaboration with: bdrewery
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+0
|
* Cleanup usr.sbin/fd* so they can compile under WARNS=6.delphij2005-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fdcontrol/fdcontrol.c: - Add const constraint to an intermediate value which is not supposed to be changed elsewhere. fdread/fdread.c: - Use _devname in favor of devname to avoid name conflicit. - -1 is less than any positive number so in order to get the block to function, we should get the block a little earlier. - Cast to remove signed when we are sure that a return value is positive, or is compared with an positive number (tracknumber of a floppy disk is not likely to have UINT_MAX/2 anyway) fdread/fdutil.c: - Use more specific initializer fdwrite/fdwrite.c: - Use static on format_track since it's not referenced in other places. - Use const char* to represent string constant. Bump WARNS accordingly.
* Add PC98 supports.nyan2004-03-281-0/+4
| | | | Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (mostly)
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+2
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Make fdformat WARN=2 ready.joerg2001-07-031-1/+1
|
* Fixed the world breakage in rev. 1.8 (space after -I).ru2001-07-031-1/+2
| | | | While here, removed the GCCism (replaced with WARNS?=1).
* Use the printstatus() function from ${.CURDIR}/../fdread/fdutil.c tojoerg2001-07-021-4/+4
| | | | | | | | | give a bit more information about up to 10 errors encountered during formatting (unless -q has been specified, of course). While being here, removed a bitrotten comment in the Makefile, and kill the old Emacs local variable stuff at the end of fdformat.c that's no longer useful anway.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+0
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+4
|
* Transfer speed definitions are now also found in <machine/ioctl_fd.h>.joerg1994-09-251-1/+1
| | | | Remove the old include file, since it used to be in a non-public place.
* Added a missing ${DESTDIR}. The real problem is that stuff related tophk1994-09-181-1/+1
| | | | | floppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/include somewhere ??
* Fix include path.dg1994-09-171-1/+1
|
* Make use of the new FDOPT_NORETRY facility. It does not make sense tojoerg1994-05-221-24/+1
| | | | | | verify formatted tracks with fully retryng. The head should not be moved in either case. Also some minor copyright cleanup.
* We got now floppy formatterache1994-01-261-0/+32
OpenPOWER on IntegriCloud