mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-25 02:55:15 +00:00
Fix sed regex for making base64u.c for compatibility with OS X
This commit is contained in:
parent
4b4f73d11e
commit
ae55020b03
@ -44,11 +44,11 @@ base64u.o client.o iodined.o: base64u.h
|
|||||||
base64u.c: base64.c
|
base64u.c: base64.c
|
||||||
@echo Making $@
|
@echo Making $@
|
||||||
@echo '/* No use in editing, produced by Makefile! */' > $@
|
@echo '/* No use in editing, produced by Makefile! */' > $@
|
||||||
@sed -e 's/\([Bb][Aa][Ss][Ee]64\|[Bb]64\)/\1u/g ; s/0123456789+/0123456789_/' < base64.c >> $@
|
@sed -e 's/\([Bb][Aa][Ss][Ee]64\)/\1u/g ; s/\([Bb]64\)/\1u/g ; s/0123456789+/0123456789_/' < base64.c >> $@
|
||||||
base64u.h: base64.h
|
base64u.h: base64.h
|
||||||
@echo Making $@
|
@echo Making $@
|
||||||
@echo '/* No use in editing, produced by Makefile! */' > $@
|
@echo '/* No use in editing, produced by Makefile! */' > $@
|
||||||
@sed -e 's/\([Bb][Aa][Ss][Ee]64\|[Bb]64\)/\1u/g ; s/0123456789+/0123456789_/' < base64.h >> $@
|
@sed -e 's/\([Bb][Aa][Ss][Ee]64\)/\1u/g ; s/\([Bb]64\)/\1u/g ; s/0123456789+/0123456789_/' < base64.h >> $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo "Cleaning src/"
|
@echo "Cleaning src/"
|
||||||
|
Loading…
Reference in New Issue
Block a user