Re: [hackers] [slstatus] Rewrite Makefile to accomodate file split || Laslo Hunhold

From: Matthew Parnell <matt_AT_parnmatt.co.uk>
Date: Sun, 17 Sep 2017 20:36:42 +0100

Hi Laslo,

> +battery.o: battery.c config.mk $(HDR) $(REQ:=.h)
> +cpu.o: cpu.c config.mk $(HDR) $(REQ:=.h)
> +datetime.o: datetime.c config.mk $(HDR) $(REQ:=.h)
> +disk.o: disk.c config.mk $(HDR) $(REQ:=.h)
> +entropy.o: entropy.c config.mk $(HDR) $(REQ:=.h)
> +hostname.o: hostname.c config.mk $(HDR) $(REQ:=.h)
> +ip.o: ip.c config.mk $(HDR) $(REQ:=.h)
> +kernel_release.o: kernel_release.c config.mk $(HDR) $(REQ:=.h)
> +keyboard_indicators.o: keyboard_indicators.c config.mk $(HDR) $(REQ:=.h)
> +load_avg.o: load_avg.c config.mk $(HDR) $(REQ:=.h)
> +num_files.o: num_files.c config.mk $(HDR) $(REQ:=.h)
> +ram.o: ram.c config.mk $(HDR) $(REQ:=.h)
> +run_command.o: run_command.c config.mk $(HDR) $(REQ:=.h)
> +swap.o: swap.c config.mk $(HDR) $(REQ:=.h)
> +temperature.o: temperature.c config.mk $(HDR) $(REQ:=.h)
> +uptime.o: uptime.c config.mk $(HDR) $(REQ:=.h)
> +user.o: user.c config.mk $(HDR) $(REQ:=.h)
> +volume.o: volume.c config.mk $(HDR) $(REQ:=.h)
> +wifi.o: wifi.c config.mk $(HDR) $(REQ:=.h)

Is it really necessary to explicitly list all of these? The other
rules already cover them implicitly;
removing them should be fine, and I got a successful compile and run
without them.

Cheers,

-- 
Matthew Parnell
matt_AT_parnmatt.co.uk
Received on Sun Sep 17 2017 - 21:36:42 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 17 2017 - 21:48:23 CEST