Timeline



01/30/98:

21:49 Changeset in rtems [5c3511e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Big patch form Ralf Corsepius described in this email: Here is the result of my nightly work to get RTEMS_ROOT=$srcdir working with different shells and relative/absolute paths. What I did is relatively simple in principle: Instead of setting RTEMS_ROOT in configure.in and then let configure substitute @RTEMS_ROOT@ inside the Makefiles, I now let each Makefile set RTEMS_ROOT from each Makefile's @top_srcdir@ value. The difference is subtile, but with enormous side effects: - If RTEMS_ROOT is set in configure, then the same single value will be propagated to all Makefiles. This breaks using relative paths, as the relative path to the root of the source tree is used inside of all subdirectory Makefiles. - Now each Makefile.in sets RTEMS_ROOT = @top_srcdir@. top_srcdir is computed individually by configure for each single Makefile.in, hereby receiving the correct value, no matter if relative or absolute paths are used. To get this working, I needed to remove setting RTEMS_ROOT from target.cfg.in, because this overrides the value of RTEMS_ROOT from each individual Makefile. Furthermore, I removed RTEMS_CUSTOM from the Makefiles and replaced all "include $(RTEMS_CUSTOM)" directives with"include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP)". Perhaps you don't like this, but I think, to have one variable less is clearer and easier to understand than having several variables refering to the next one. I enclose a small patch to this mail, which - fixes the config.h problem (to finally clearify misunderstands) - removes assignment/subsitution of RTEMS_ROOT from configure.in - contains a workaround for the application Makefile's RTEMS_ROOT problem (reported by Eric) - removes some unused lines from the toplevel Makefile.in - removes assignment of RTEMS_ROOT from make/target.cfg.in
20:59 Changeset in rtems [421dfef6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected Linux port for glibc2
20:57 Changeset in rtems [243ce5d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
correction
20:57 Changeset in rtems [bb9084db]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
configure.in
19:17 Changeset in rtems [b4767da]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified output of @Example style in MsWord? output routine so it would be one paragraph with manual line breaks rather than multiple paragraphs..

01/28/98:

15:39 Changeset in rtems [3a85d03d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Change to remove warning on glibc2 systems per Ralf Corsepius's suggestion.

01/27/98:

20:24 Changeset in rtems [16fc1951]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix from Eric Norum: There's an explicit invocation of `make' in c/Makefile.in. This breaks for those of us with different gmake' and make' programs.
14:30 Changeset in rtems [4da42c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed some stanzas per Ralf Corsepius: > 4) The toplevel Makefile.in contains rules named make_subdir and > clean_modules, which probably can be deleted, IMO. > At least make_subdir doesn't give any sense anymore. (I had removed it > im my original patch).
14:14 Changeset in rtems [1333181]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
not submitted
14:02 Changeset in rtems [35eb035a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed missing carriage return at the bottom of the file reported by Ralf Corsepius

01/26/98:

19:53 Changeset in rtems [2ece4496]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
new file

01/23/98:

17:45 Changeset in rtems [2936b425]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Solaris port updates from Chris Johns
17:06 Changeset in rtems [48971e5e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up a bit.
17:06 Changeset in rtems [bd620fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added information about multilib problems.
16:57 Changeset in rtems [173c59c8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
minor updates .. mostly version
16:56 Changeset in rtems [1d012410]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed some "NodeNameIncludesChapterName?" problems which were uncovered doing the HWAPI manual.

01/22/98:

22:46 Changeset in rtems [4a7c0451]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reverted change …
17:50 Changeset in rtems [fdff6bf2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added some GRUB information from Phil Wilshire.
15:20 Changeset in rtems [ba024755]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected/simplified setting of RTEMS_ROOT.

01/21/98:

18:28 Changeset in rtems [9ad1f13]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added autoconf support for strerror/sys_errlist per Ralf Corsepius' direction. This fixes a problem reported by Steve Evans of Radstone since he is using glibc2.
16:50 Changeset in rtems [d73ed76b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed reference from PROJECT_ROOT to RTEMS_ROOT.
16:50 Changeset in rtems [419fdf1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected prototypes for main per Ralf Corsepius' report of warnings generated when egcs is used with "-Wall -pedantic".
15:15 Changeset in rtems [972dc40]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Code to dop the output in a format which a custom Visual Basic Application Cindy has written can transform into a nice Word document.

01/20/98:

20:32 Changeset in rtems [6ab91d9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed warning per Chris Johns' suggestion.
20:31 Changeset in rtems [fbaf52eb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed warning per Chris John's suggestion.
19:41 Changeset in rtems [cb5bfe4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed CONFIG_DIR and PROJECT_HOME directories.
19:30 Changeset in rtems [6d6f1b34]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed libhwapi to reflect eeprom to non volatile memory rename.
19:30 Changeset in rtems [bffb938]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed PROJECT_HOME and CONFIG_DIR variables.

01/19/98:

22:31 Changeset in rtems [3294650]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added _times_r.
22:27 Changeset in rtems [866c465f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
more info from Eric
22:22 Changeset in rtems [4dc0fd6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum: With this in place, it is possible to fdopen a TCP stream socket and getc/fprintf/etc. on the STDIO stream!

01/16/98:

16:56 Changeset in rtems [6f9c75c3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Ralf Corsepius reported a number of missing CVS Id's: > RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose.
15:37 Changeset in rtems [3a7782b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Jennifer found some uninitialized variables: + major and minor number elements in rtems_termios_open. + arg->ioctl_return in rtems_termios_ioctl routine.
Note: See TracTimeline for information about the timeline view.