Pending patches status?

Bernhard Fischer rep.nop at aon.at
Thu Mar 2 15:45:38 UTC 2006


On Thu, Mar 02, 2006 at 03:21:58PM +0200, Denis Vlasenko wrote:
>On Thursday 02 March 2006 11:49, Bernhard Fischer wrote:
>> >> Could you do a brief  
>> >> descrption of what each set (wget, top, and hdparm) tries to accomplish?
>> >
>> >Patches at http://195.66.192.167/linux/bbox/ are updated with descriptions.
>> >make.patch is modified.
>> 
>> You did not provide {sil,pur,ver}_{disp,cmd}_compile.{s,i} in your
>> patch.

Look at Rules.mak and e.g. the sil_disp and sil_cmd stuff.
The rule should read:

pur_disp_compile.s = @echo "  "CC [.S] $(show_objs) ;
sil_disp_compile.s = @
ver_disp_compile.s =
cmd_compile.s      = $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -I$(srcdir) -S -o
$@ $< \
$(CFLAGS-$(notdir $(@D))-$(notdir $(@F))) \
 $(CFLAGS-$(notdir $(@D)))
compile.s          = $(disp_compile.s) $(cmd_compile.s)
.SUFFIXES: .c .S .o .os .om .osm .oS .so .a .s .i .E
%.s:  %.c ; $(compile.s)


The string for '"  "CC [.S]' is debatable..
>
>> I'll fixed this. 
>
>I don't understand this last sentence.

I will checkin the rule for %.s later today.
Note that the %.o: %.s ; $(compile.c) is already in svn.



More information about the busybox mailing list