diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-01-27 21:36:29 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-01-27 21:36:29 +0100 |
commit | 4942c78cb01ef4100a3cbce577fc3262b82d9be4 (patch) | |
tree | 023b9fb907bca2debdd1c1fd224593ad7db511d2 /RELEASE-NOTES | |
parent | a6aa9d70a470e02ccaf68bdb1929a2b7a3c5d030 (diff) |
switch CROSS to CROSS_COMPILE
This matches what the kernel uses and was a suggestion from:
KRONSTORFER Horst <Horst.KRONSTORFER@frequentis.com>
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cce8dc03ce..27545893c9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,7 @@ +udev 084 +======== +CROSS changed to CROSS_COMPILE to match the kernel build. + udev 083 ======== Fix a bug where NAME="" would prevent RUN from beeing executed. |