Commit Graph

13 Commits

Author SHA1 Message Date
Michal Kubecek 8dd494fa17 misc: discontinue Player related versions and tags
For quite long, VMware Workstation and Player have been distributed with
identical host module source. Therefore it seems unnecessary to maintain
two sets of branches and tags and 17.0.0 release is a nice opportunity to
discontinue "player-*" branches and "p*" tags. To reduce the mess, those
will be preserved and created for pre-17 products but no new Player related
branches and tags will be created for versions 17.x and newer unless the
module sources diverge in the future.

Update the README and INSTALL files to reflect this change and replace
14.1.1 version with 17.0.0 in examples.
2022-11-18 13:01:45 +01:00
Michal Kubecek 342ff44e75 misc: discontinue per kernel tags
The per kernel tags of the form [wp]${ver}-${kver} turned out to do more
harm than good as they confused many users of the repository and led them
to build modules from old snapshots, resulting in a lot of invalid bug
reports. Therefore they will no longer be provided for kernel >= 6.0.
Update README to reflect this change.
2022-09-12 08:30:16 +02:00
Michal Kubecek 26ac1806b6 misc: ignore *.mod and .*.cmd
With kernel build system changes, more files need to be ignored by git.
2021-05-20 13:27:31 +02:00
Michal Kubecek 85ede6aae9 misc: fix wrong directory name in INSTALL (fixes #36)
Fix wrong directory name in one of the examples.
2019-09-09 08:38:27 +02:00
Michal Kubecek 16c49e52d4 misc: clean copies of vmmon.o and vmnet.o in top level makefile
Makefiles in *-only copy the object file module is created from into the
parent directory but do not delete them on "make clean". Clean these files
up in "clean" target of top level makefile.
2018-05-27 16:08:30 +02:00
Michal Kubecek 77a6966b97 misc: warn if branch is marked as retired
When "make" or "make install is issued on branch marked as retired, warn
user about the fact.
2018-04-02 15:31:34 +02:00
Michal Kubecek 625084e96a misc: add INSTALL document
Add file INSTALL explaining how to use the repository (get patched sources,
build the modules and install them).
2018-02-04 21:48:58 +01:00
Michal Kubecek 1d91cc5b6a misc: add top level makefile
Add a top level makefile to make common tasks easier. Supported targets:

  make           - build modules
  make install   - install modules (honors DESTDIR)
  make clean     - clean up
  make tarballs  - create source tarballs from current HEAD

Note: "make tarballs" uses "git archive" so that it only works in a local
copy of the git repository, not in a directory created by unpacking
a tarball.

Add *.tar to .gitignore to hide tarballs created by "make tarballs".
2018-02-04 21:48:58 +01:00
Michal Kubecek 6fd497d954 misc: update README
Fix a type and clarify the part about building against older kernels.
2018-02-02 18:09:09 +01:00
Michal Kubecek 3fc524fd27 misc: ignore .cache.mk
Add .cache.mk files to .gitignore.
2018-02-02 18:08:41 +01:00
Michal Kubecek 42b8a690c5 misc: add README 2017-05-31 09:18:08 +02:00
Michal Kubecek fdbf9db517 misc: add .gitignore 2017-05-31 08:48:52 +02:00
Michal Kubeček f0d7d2e384 Initial commit 2017-05-31 08:45:16 +02:00