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.
This commit is contained in:
Joel Sherrill
2001-08-16 21:01:31 +00:00
parent c0af4e4799
commit b8575ab611
7 changed files with 69 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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.