mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
fixes for solaris
This commit is contained in:
parent
76448d1d82
commit
235a8463b5
@ -266,7 +266,8 @@ MAKEDIR = || exec false; \
|
|||||||
@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
|
@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
|
||||||
dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
|
dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
|
||||||
@echo Compiling $*.c with @PICFLAG@
|
@echo Compiling $*.c with @PICFLAG@
|
||||||
@$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< -o $@ \
|
@$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< -o $*.po.o
|
||||||
|
@mv $*.po.o $@ \
|
||||||
@MAINT@ -Wp,-MD,.deps/`echo $* | sed s,/,_,g`.P && : >.deps/.stamp
|
@MAINT@ -Wp,-MD,.deps/`echo $* | sed s,/,_,g`.P && : >.deps/.stamp
|
||||||
|
|
||||||
# this is for IRIX
|
# this is for IRIX
|
||||||
@ -274,7 +275,8 @@ MAKEDIR = || exec false; \
|
|||||||
@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
|
@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
|
||||||
dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
|
dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
|
||||||
@echo Compiling $*.c with @PICFLAG@ and -32
|
@echo Compiling $*.c with @PICFLAG@ and -32
|
||||||
@$(CC) -32 -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< -o $@ \
|
@$(CC) -32 -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< -o $*.po32.o
|
||||||
|
@mv $*.po32.o $@ \
|
||||||
@MAINT@ -Wp,-MD,.deps/`echo $* | sed s,/,_,g`.P && : >.deps/.stamp
|
@MAINT@ -Wp,-MD,.deps/`echo $* | sed s,/,_,g`.P && : >.deps/.stamp
|
||||||
|
|
||||||
bin/.dummy:
|
bin/.dummy:
|
||||||
|
Loading…
Reference in New Issue
Block a user