diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-05-21 19:01:29 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-24 07:22:03 +0200 |
commit | eadcfa4e276aad610c674dd3eabc0956cb669d9b (patch) | |
tree | 841cd83e73d7290e6384acdf5b1a79c4a1a898b9 /sdext | |
parent | f6fff52b7b34c17513603802bb97fe5ad39385a7 (diff) |
fdo#50162 merge rtlbootstrap.mk into configure.in
Change-Id: I241be2704a069ec1f6be5861084039569673cc12
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/platform.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/platform.mk b/sdext/platform.mk index bda30c23fadb..2c818c8e179d 100644 --- a/sdext/platform.mk +++ b/sdext/platform.mk @@ -25,10 +25,10 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -# TODO: the variables from rtlbootstrap.mk could (and should) be set by -# configure -# TODO: there should be their lowercase variants, too -include $(OUTDIR)/inc/rtlbootstrap.mk +# TODO +# https://bugs.freedesktop.org/show_bug.cgi?id=50163 +# move definition of PLATFORMID into configure.in +# sdext__LOWERCASE_TABLE := A-a B-b C-c D-d E-e F-f G-g H-h I-i J-j K-k L-l M-m N-n O-o P-p R-r S-s T-t U-u V-v W-w X-x Y-y Z-z |