summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-16 21:01:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-16 21:01:31 +0000
commitb8575ab611bba11c86f0b199166e06653ab8a072 (patch)
tree9d8ffd8861cf4a5d7e4478782c0b01cdfa10a4df /c
parent2001-08-16 Mike Siers <mikes@poliac.com> (diff)
downloadrtems-b8575ab611bba11c86f0b199166e06653ab8a072.tar.bz2
2001-08-16 Joel Sherrill <joel@OARcorp.com>
* pppd/example/Makefile: Removed. * pppd/example/Makefile-user: Added was Makefile. Renamed to avoid bootstrap -c clobbering it.
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/libnetworking/ChangeLog6
-rw-r--r--c/src/libnetworking/ChangeLog6
-rw-r--r--c/src/libnetworking/pppd/example/Makefile-user (renamed from c/src/libnetworking/pppd/example/Makefile)0
-rw-r--r--c/src/libnetworking/pppd/example/README4
4 files changed, 15 insertions, 1 deletions
diff --git a/c/src/exec/libnetworking/ChangeLog b/c/src/exec/libnetworking/ChangeLog
index 953d9eaf5a..bb87d86154 100644
--- a/c/src/exec/libnetworking/ChangeLog
+++ b/c/src/exec/libnetworking/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-16 Joel Sherrill <joel@OARcorp.com>
+
+ * pppd/example/Makefile: Removed.
+ * pppd/example/Makefile-user: Added was Makefile. Renamed to
+ avoid bootstrap -c clobbering it.
+
2001-08-16 Mike Siers <mikes@poliac.com>
* Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
diff --git a/c/src/libnetworking/ChangeLog b/c/src/libnetworking/ChangeLog
index 953d9eaf5a..bb87d86154 100644
--- a/c/src/libnetworking/ChangeLog
+++ b/c/src/libnetworking/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-16 Joel Sherrill <joel@OARcorp.com>
+
+ * pppd/example/Makefile: Removed.
+ * pppd/example/Makefile-user: Added was Makefile. Renamed to
+ avoid bootstrap -c clobbering it.
+
2001-08-16 Mike Siers <mikes@poliac.com>
* Update of PPPD to 2.3.11 from 2.3.5 and addition of an example
diff --git a/c/src/libnetworking/pppd/example/Makefile b/c/src/libnetworking/pppd/example/Makefile-user
index 69cc8aab50..69cc8aab50 100644
--- a/c/src/libnetworking/pppd/example/Makefile
+++ b/c/src/libnetworking/pppd/example/Makefile-user
diff --git a/c/src/libnetworking/pppd/example/README b/c/src/libnetworking/pppd/example/README
index 786d03844b..969745f3a2 100644
--- a/c/src/libnetworking/pppd/example/README
+++ b/c/src/libnetworking/pppd/example/README
@@ -3,4 +3,6 @@
#
This is an example user application using pppd. It is built using
-the RTEMS application Makefiles.
+the RTEMS application Makefiles. The file Makefile-user should
+be renamed to Makefile or the -f option given to make. The file
+is renamed to avoid bootstrap -c removing it.