Pre-make and Post-make scripts
I'm curious as to how the best way of having a script run before and after
make would be done. Would this require modification of the FreeBSD make
template, or is this functionality already built in?
The goal of this is to set up a script that prior to a build sends up a
filesystem in ram (tmpfs) for the build to occur in, and afterwards saves
the filesystem from ram onto the actual disk for backup/archiving. We all
know that our poor disks could use a little break from the strain of build
processes.
-Brandon
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
Relevant Pages
- [PATCH] Handle errors in sync_sb_inodes()
... time but not reported to the program as shown by the following script ... # We binary search the size of a file in 40M filesystem that can cause ... then expects to find some error code in msync(). ... With this patch, I think it's important to keep the return values of ... (Linux-Kernel) - [PATCH] fs-writeback: handle errors in sync_sb_inodes()
... time but not reported to the program as shown by the following script ... # We binary search the size of a file in 40M filesystem that can cause ... mount fs.40M /mnt -o loop ... a file big enough to provoke a ENOSPC, but small enough to show the ... (Linux-Kernel) - Guaranteed kernel panic with ZFS + nullfs
... The following script seems to cause a guaranteed kernel panic on 8.1-R, ... sudo zfs destroy -r $POOL/foo ... force-unmounting a ZFS filesystem with two nullfs-mounted ... It seems to be the "zfs umount -f" process which hangs and triggers ... (freebsd-current) - Guaranteed kernel panic with ZFS + nullfs
... The following script seems to cause a guaranteed kernel panic on 8.1-R, ... sudo zfs destroy -r $POOL/foo ... force-unmounting a ZFS filesystem with two nullfs-mounted ... It seems to be the "zfs umount -f" process which hangs and triggers ... (freebsd-stable) - Re: Discussion on converting script to multithreaded one
... > fascinating because of the tasks I am frequently asked to script. ... > RAM. ... variable connection, like an internet connection with a slow server, it ... > Perlthrtut does provide some examples and I will continue to look into them ... (comp.lang.perl.misc) |
|