mirror of
https://github.com/samba-team/samba.git
synced 2025-09-16 01:44:21 +03:00
So I promised Andrew that a winbindd_proto.h file wouldn't be necessary.
Unfortunately it is for the moment. )-:
(This used to be commit 29f9a6c571
)
This commit is contained in:
@@ -684,6 +684,11 @@ uninstallcp:
|
|||||||
clean:
|
clean:
|
||||||
-rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ $(PROGS) $(SPROGS)
|
-rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ $(PROGS) $(SPROGS)
|
||||||
|
|
||||||
|
winbindd_proto:
|
||||||
|
@cd $(srcdir) && $(SHELL) script/mkproto.sh $(AWK) \
|
||||||
|
-h _WINBINDD_PROTO_H_ nsswitch/winbindd_proto.h \
|
||||||
|
$(WINBINDD_OBJ1)
|
||||||
|
|
||||||
proto:
|
proto:
|
||||||
@echo rebuilding include/proto.h
|
@echo rebuilding include/proto.h
|
||||||
@cd $(srcdir) && $(AWK) -f script/mkproto.awk `echo $(PROTO_OBJ) | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort -u | egrep -v 'ubiqx/|wrapped'` > include/proto.h
|
@cd $(srcdir) && $(AWK) -f script/mkproto.awk `echo $(PROTO_OBJ) | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort -u | egrep -v 'ubiqx/|wrapped'` > include/proto.h
|
||||||
|
Reference in New Issue
Block a user