Custom Query (4789 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 4789)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#19 invalid Re-create the PPC book lfs-book@… gerard@…
Description

#20 invalid One (or more) packages are possibly changing the mode of /tmp lfs-book@… gerard@…
Description

#21 wontfix Static make problems regarding getloadavg and related lfs-book@… gerard@…
Description

Test the following fix:


Change Makefile: Before:

make_OBJECTS = ar.o arscan.o commands.o dir.o expand.o file.o \ function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o \ rule.o signame.o variable.o vpath.o default.o remote-$(REMOTE).o \ version.o getopt1.o

After:

make_OBJECTS = ar.o arscan.o commands.o dir.o expand.o file.o \ function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o \ rule.o signame.o variable.o vpath.o default.o getloadavg.o remote-$(REMOTE).o \ version.o getopt1.o

compile getloadavg.c by itself with "gcc -c getloadavg.c."

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.