mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:21:40 +03:00
tidy-up: merge root packages directory into projects
To simplify the directory layout. - OS400 and vms support move from `packages` to `projects`. - Windows README and `generate.bat` files move from `projects` to `projects/Windows`. Closes #20271
This commit is contained in:
parent
0d4beb26d2
commit
3ee1d3b573
90 changed files with 266 additions and 281 deletions
|
|
@ -71,7 +71,7 @@ DISTCLEANFILES = buildinfo.txt
|
|||
bin_SCRIPTS = curl-config
|
||||
|
||||
SUBDIRS = lib docs src scripts
|
||||
DIST_SUBDIRS = $(SUBDIRS) tests packages include docs
|
||||
DIST_SUBDIRS = $(SUBDIRS) tests projects include docs
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libcurl.pc
|
||||
|
|
@ -169,7 +169,7 @@ checksrc:
|
|||
(cd tests && $(MAKE) checksrc)
|
||||
(cd include/curl && $(MAKE) checksrc)
|
||||
(cd docs/examples && $(MAKE) checksrc)
|
||||
(cd packages && $(MAKE) checksrc)
|
||||
(cd projects && $(MAKE) checksrc)
|
||||
|
||||
lint: checksrc
|
||||
@PERL@ $(top_srcdir)/scripts/spacecheck.pl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue