Home | History | Annotate | Download | only in src

Lines Matching full:mkdir_p

668   || $(MKDIR_P) "$$am__odir" || exit $$?;		\
767 MKDIR_P = @MKDIR_P@
834 mkdir_p = @mkdir_p@
1318 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1319 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1344 @$(MKDIR_P) google/protobuf/stubs
1347 @$(MKDIR_P) google/protobuf/stubs/$(DEPDIR)
1364 @$(MKDIR_P) google/protobuf
1367 @$(MKDIR_P) google/protobuf/$(DEPDIR)
1381 @$(MKDIR_P) google/protobuf/io
1384 @$(MKDIR_P) google/protobuf/io/$(DEPDIR)
1446 @$(MKDIR_P) google/protobuf/compiler
1449 @$(MKDIR_P) google/protobuf/compiler/$(DEPDIR)
1479 @$(MKDIR_P) google/protobuf/compiler/cpp
1482 @$(MKDIR_P) google/protobuf/compiler/cpp/$(DEPDIR)
1521 @$(MKDIR_P) google/protobuf/compiler/java
1524 @$(MKDIR_P) google/protobuf/compiler/java/$(DEPDIR)
1581 @$(MKDIR_P) google/protobuf/compiler/javamicro
1584 @$(MKDIR_P) google/protobuf/compiler/javamicro/$(DEPDIR)
1614 @$(MKDIR_P) google/protobuf/compiler/javanano
1617 @$(MKDIR_P) google/protobuf/compiler/javanano/$(DEPDIR)
1650 @$(MKDIR_P) google/protobuf/compiler/python
1653 @$(MKDIR_P) google/protobuf/compiler/python/$(DEPDIR)
1665 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1666 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1726 @$(MKDIR_P) google/protobuf/testing
1729 @$(MKDIR_P) google/protobuf/testing/$(DEPDIR)
3293 echo " $(MKDIR_P) '$(DESTDIR)$(protodir)'"; \
3294 $(MKDIR_P) "$(DESTDIR)$(protodir)" || exit 1; \
3302 echo " $(MKDIR_P) '$(DESTDIR)$(protodir)/$$dir'"; \
3303 $(MKDIR_P) "$(DESTDIR)$(protodir)/$$dir"; }; \
3317 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
3318 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
3326 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
3327 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
3589 */*) $(MKDIR_P) `echo "$$dist_files" | \
3621 test -z "$$dir" || $(MKDIR_P) "$$dir"; \