git: Use ${} instead of $() in various makefiles

Aaron LI aly at crater.dragonflybsd.org
Tue Jan 19 05:30:15 PST 2021


commit c6ecc293ce8e93b8d4edaa12241e09350a4d3f55
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Jan 16 17:00:59 2021 +0800

    Use ${} instead of $() in various makefiles
    
    Also use ${.TARGET} and ${.ALLSRC] wherever impossible.
    
    Minor style adjustment in at(1)'s makefiles.

Summary of changes:
 bin/ed/test/Makefile             |  8 ++--
 gnu/usr.bin/cvs/Makefile.inc     |  2 +-
 gnu/usr.bin/cvs/contrib/Makefile |  6 +--
 gnu/usr.bin/gmp/Makefile         |  2 +-
 lib/libc/sys/Makefile.inc        |  2 +-
 share/examples/libusb20/Makefile |  9 ++--
 sys/dev/crypto/aesni/Makefile    |  2 +-
 sys/dev/crypto/padlock/Makefile  |  5 ++-
 sys/dev/crypto/rdrand/Makefile   |  4 +-
 sys/dev/drm/drm/Makefile         |  2 +-
 sys/dev/drm/i915/Makefile        |  2 +-
 sys/dev/drm/radeon/Makefile      |  2 +-
 sys/dev/raid/hpt27xx/Makefile    |  2 +-
 sys/dev/raid/hptmv/Makefile      |  8 ++--
 sys/dev/raid/hptrr/Makefile      |  2 +-
 test/cpuperf/Makefile            | 20 ++++-----
 test/interbench/Makefile         | 10 ++---
 test/libpthread/Makefile         | 76 +++++++++++++++++-----------------
 test/lockf/Makefile              |  8 ++--
 test/pcpu/Makefile               | 17 ++++----
 test/stress/Makefile             | 11 ++---
 test/stress/fsstress/Makefile    |  6 +--
 test/sysperf/Makefile            | 88 ++++++++++++++++++++--------------------
 usr.bin/at/Makefile              | 18 ++++----
 usr.bin/at/Makefile.inc          | 39 ++++++++++--------
 usr.bin/crunch/examples/Makefile | 28 ++++++-------
 26 files changed, 184 insertions(+), 195 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c6ecc293ce8e93b8d4edaa12241e09350a4d3f55


-- 
DragonFly BSD source repository


More information about the Commits mailing list