English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/sleepshell/patches/sleepshell-0.0.2-makefile.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3822 - (show annotations) (download)
Fri Nov 14 15:48:29 2008 UTC (5 years, 3 months ago) by dnehring
File size: 467 byte(s)
Added sleepshell package provided by <martin.dummer@gmx.net>
1 diff -Naur sleepshell.orig/Makefile sleepshell/Makefile
2 --- sleepshell.orig/Makefile 2004-08-11 22:44:12.000000000 +0200
3 +++ sleepshell/Makefile 2008-08-19 15:30:14.998329929 +0200
4 @@ -1,8 +1,9 @@
5
6
7 sleepshell: sleepshell.c
8 - gcc -O2 -g sleepshell.c -o sleepshell
9 - strip sleepshell
10 + ${CC} ${LDFLAGS} ${CPPFLAGS} -O2 -g sleepshell.c -o sleepshell
11 +# gcc -O2 -g sleepshell.c -o sleepshell
12 +# strip sleepshell
13
14 install:
15 cp sleepshell /usr/local/bin/sleepshell

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20