Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
InetRes
Commits
b3572db6
Commit
b3572db6
authored
Jan 14, 2012
by
Steve Revill
⚽
Browse files
Replace "-wipe" with "x wipe" in makefiles to remove annoying errors.
Version 5.47. Tagged as 'Internet-5_47'
parent
6d67402a
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
29 additions
and
29 deletions
+29
-29
Makefile
Makefile
+1
-1
Sources/arp/Makefile
Sources/arp/Makefile
+1
-1
Sources/gethost/Makefile
Sources/gethost/Makefile
+1
-1
Sources/host/Makefile
Sources/host/Makefile
+1
-1
Sources/ifconfig/Makefile
Sources/ifconfig/Makefile
+1
-1
Sources/ifrconfig/Makefile
Sources/ifrconfig/Makefile
+1
-1
Sources/inetstat/Makefile
Sources/inetstat/Makefile
+1
-1
Sources/ipvars/Makefile
Sources/ipvars/Makefile
+1
-1
Sources/map-mbone/Makefile
Sources/map-mbone/Makefile
+1
-1
Sources/mrinfo/Makefile
Sources/mrinfo/Makefile
+1
-1
Sources/mtrace/Makefile
Sources/mtrace/Makefile
+1
-1
Sources/newfiler/Makefile
Sources/newfiler/Makefile
+1
-1
Sources/ping/Makefile
Sources/ping/Makefile
+1
-1
Sources/pong/Makefile
Sources/pong/Makefile
+1
-1
Sources/route/Makefile
Sources/route/Makefile
+1
-1
Sources/showstat/Makefile
Sources/showstat/Makefile
+1
-1
Sources/sysctl/Makefile
Sources/sysctl/Makefile
+1
-1
Sources/traceroute/Makefile
Sources/traceroute/Makefile
+1
-1
Sources/utils/Makefile
Sources/utils/Makefile
+1
-1
VersionNum
VersionNum
+10
-10
No files found.
Makefile
View file @
b3572db6
...
...
@@ -41,7 +41,7 @@ MKDIR = do mkdir -p
CHMOD
=
Unix.chmod
${CHMODFLAGS}
CP
=
copy
RM
=
remove
WIPE
=
-
wipe
WIPE
=
x
wipe
AWK
=
GNU.gawk
CPFLAGS
=
~cfr~v
...
...
Sources/arp/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-wp
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/gethost/Makefile
View file @
b3572db6
...
...
@@ -22,7 +22,7 @@ CMHG = cmhg
CP
=
copy
LD
=
link
RM
=
remove
WIPE
=
-
wipe
WIPE
=
x
wipe
SQUEEZE
=
squeeze
DEFINES
=
-DRISCOS_TWEAK
...
...
Sources/host/Makefile
View file @
b3572db6
...
...
@@ -22,7 +22,7 @@ CMHG = cmhg
CP
=
copy
LD
=
link
RM
=
remove
WIPE
=
-
wipe
WIPE
=
x
wipe
DEFINES
=
-DRISCOS_TWEAK
-Dlint
AFLAGS
=
-depend
!
Depend
-Stamp
-quit
...
...
Sources/ifconfig/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-wp
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/ifrconfig/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-wp
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/inetstat/Makefile
View file @
b3572db6
...
...
@@ -21,7 +21,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-wp
-I
$(INCLUDES)
-Dlint
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/ipvars/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
-wp
...
...
Sources/map-mbone/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-Wp
-I
$(INCLUDES)
-DGRAPHLET
-Dlint
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/mrinfo/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-Wp
-I
$(INCLUDES)
-Dlint
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/mtrace/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-Wp
-I
$(INCLUDES)
-Dlint
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/newfiler/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/ping/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-wp
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/pong/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-wp
-I
$(INCLUDES)
-Dlint
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/route/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-wp
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/showstat/Makefile
View file @
b3572db6
...
...
@@ -22,7 +22,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
-Wpan
...
...
Sources/sysctl/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-wp
-I
$(INCLUDES)
-Dlint
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/traceroute/Makefile
View file @
b3572db6
...
...
@@ -20,7 +20,7 @@ INCLUDES= C:,TCPIPLibs:
CC
=
cc
RM
=
remove
WFLAGS
=
fr~c~v
WIPE
=
-
wipe
WIPE
=
x
wipe
CFLAGS
=
-wp
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
...
...
Sources/utils/Makefile
View file @
b3572db6
...
...
@@ -35,7 +35,7 @@ CP = copy
LD
=
link
RM
=
remove
SQUEEZE
=
squeeze
WIPE
=
-
wipe
WIPE
=
x
wipe
AFLAGS
=
${THROWBACK}
-depend
!
Depend
-stamp
-quit
CPFLAGS
=
~cfr~v
...
...
VersionNum
View file @
b3572db6
/* (5.4
6
)
/* (5.4
7
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.4
6
#define Module_MajorVersion_CMHG 5.4
7
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
25 Oct
20
09
#define Module_Date_CMHG
14 Jan
20
12
#define Module_MajorVersion "5.4
6
"
#define Module_Version 54
6
#define Module_MajorVersion "5.4
7
"
#define Module_Version 54
7
#define Module_MinorVersion ""
#define Module_Date "
25 Oct
20
09
"
#define Module_Date "
14 Jan
20
12
"
#define Module_ApplicationDate "
25-Oct-09
"
#define Module_ApplicationDate "
14-Jan-12
"
#define Module_ComponentName "Internet"
#define Module_ComponentPath "mixed/RiscOS/Sources/SystemRes/Internet"
#define Module_FullVersion "5.4
6
"
#define Module_HelpVersion "5.4
6
(
25 Oct
20
09
)"
#define Module_LibraryVersionInfo "5:4
6
"
#define Module_FullVersion "5.4
7
"
#define Module_HelpVersion "5.4
7
(
14 Jan
20
12
)"
#define Module_LibraryVersionInfo "5:4
7
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment