![]() |
|
|||||||
| FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD. |
|
|
Thread Tools | Display Modes |
|
|||
|
I'm trying to use the 'a' sed command on a Makefile to insert a line. This is a Makefile for a port that's currently broken.
Code:
$@{REINPLACE_CMD} '|<iostream.h>|a \\ \#include <ios>|'
sed a command syntax ref: [1addr]a \ text Thank you... (if this post is more appropiate to the programming section, feel free to move it) |
| Tags |
| sed append makefile |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Makefile Problem | BadWolf | Programming | 4 | 15th March 2009 12:58 PM |
| ports config and makefile scripting | boincv | FreeBSD Ports and Packages | 6 | 1st October 2008 07:57 AM |
| Change Makefile options in ports | shep | FreeBSD Ports and Packages | 5 | 18th August 2008 07:58 AM |
| First Post.. Woot!! --- An obvious Makefile question..? | roundkat | OpenBSD Packages and Ports | 2 | 2nd May 2008 03:05 PM |